ANTLR: Is there a simple example?

前端 未结 5 1407
借酒劲吻你
借酒劲吻你 2020-11-22 10:06

I\'d like to get started with ANTLR, but after spending a few hours reviewing the examples at the antlr.org site, I still can\'t get a clear understanding of the grammar to

5条回答
  •  执笔经年
    2020-11-22 10:54

    ANTLR mega tutorial by Gabriele Tomassetti is very helpful

    It has grammar examples, examples of visitors in different languages (Java, JavaScript, C# and Python) and many other things. Highly recommended.

    EDIT: other useful articles by Gabriele Tomassetti on ANTLR

    • Getting started with ANTLR in C#
    • Getting Started with ANTLR in C++

提交回复
热议问题