gabriele-tomassetti / getting-started-antlr-php

This is the companion repository to the article on the tomassetti.me website

Home Page:https://tomassetti.me/getting-started-with-antlr-in-php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started With ANTLR in PHP

ANTLR is a great tool to quickly create parsers and help you in working with a known language or create your DSL. While the tool itself is written in Java it can also be used to generate parsers in several other languages, for instance Python, C#, Javascript, C++, PHP, etc.

This is the companion repository of the article Getting Started With ANTLR in PHP. This example shows how to parse Roman numerals in an HTML file and output some annotations around a Roman numeral.

About

This is the companion repository to the article on the tomassetti.me website

https://tomassetti.me/getting-started-with-antlr-in-php/

License:Apache License 2.0


Languages

Language:PHP 78.1%Language:ANTLR 19.5%Language:HTML 2.4%