Simple interpreter for the "rinha de compiladores" challenge
This project is not finished yet, so it is not recommended to use it in production.
- Install Julia
- Install PKGs
julia -e 'import Pkg; Pkg.add("ArgParse")'
julia -e 'import Pkg; Pkg.add("ErrorTypes")'
julia -e 'import Pkg; Pkg.add("JSON")'
- Run
make run file='./examples/source.rinha.json'