Getting started with ANTLR: building a simple expression language

1 · Federico Tomassetti · June 9, 2020, 7:43 a.m.
This post is part of a series. The goal of the series is to describe how to create a useful language and all the supporting tools. Building a lexer Building a parser Creating an editor with syntax highlighting Build an editor with autocompletion Mapping the parse tree to the abstract syntax tree Model to model […] The post Getting started with ANTLR: building a simple expression language appeared first on Federico Tomassetti - Software Architect....