Author Piotr Dobrowolski
pd291528@students.mimuw.edu.pl
$ make
With debug output:
$ make debug=1
$ ./latc_x86 file_name
Run:
$ ./latc_x86 -h
for more help.
/src/
sources,/src/grammar
bnfc grammar,/src/kernel/
cpp files,/src/includes/
headers,/bin/
built elements,/scripts/
scripts, ie testing,/tests/
tests,
Latte is quite simmilar to Java. Best way to know basic structure is to
read tests (/tests/lattests
). Otherwise you can compile whole project
go to /bin/grammar
and make
to create grammar documentation.