Skip to content

SMartorana/CompilerExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published