Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 313 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 313 Bytes

little

Building

$ mkdir build && cd build
$ cmake ../
$ make

Running examples

For now, this terminates with a 0 status code if the input is parsed.

$ ./build/driver/little examples/bubblesort.lil

To print out the AST:

$ ./build/driver/little examples/bubblesort.lil --print-ast