Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 426 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 426 Bytes

CompilerExample

rev inter

part one is in the part-one branch.

part two is in the part-two branch.

part three is in the part-three branch.

Setup

Generate ninja build files and build:

$ cmake . -B build -G Ninja 
$ cmake --build build

To run examples:

$ ./build/examples/example
$ ./build/examples/complex-example

To run tests:

$ ./build/tests/test