This repository contains the source code for the Blox programming language.
- src : source files
- tests: language tests
- make creates the Blox compiler
- make AST-Test tests the Blox front-end using the sample
HelloWorld.blox
file insrc/
- make Run-Test-Script runs the test suite
make
./blox -c <inputFile.blox>