• Home
Name Date Size #Lines LOC

..--

expr/03-May-2024-7658

id/03-May-2024-3424

mexpr/03-May-2024-5036

simplecalc/03-May-2024-5843

tweak/03-May-2024-11088

zero-one/03-May-2024-5639

READMED03-May-2024412 1710

README

1This directory contains examples for the Perl 5 code generation target.
2
3First you need to compile ANTLR, running "ant" in the top level directory.
4
5Then you need to build the Perl module.
6
7    perl Makefile.PL
8    make
9
10After that you need to compile the grammar using ANTLR, for example by using
11the antlr.bat I've added.
12
13    cd examples\expr
14    ..\..\antlr Expr.g
15
16Finally you can run the example programs.
17