/rinha-compiladores-julia

Simple interpreter made with Julia for the "rinha de compiladores" challenge

Primary LanguageJuliaMIT LicenseMIT

Logo da Rinha de Compilers

Julia

Simple interpreter for the "rinha de compiladores" challenge

⚠️ Notice

This project is not finished yet, so it is not recommended to use it in production.

Run

  1. Install Julia
  2. Install PKGs
julia -e 'import Pkg; Pkg.add("ArgParse")'
julia -e 'import Pkg; Pkg.add("ErrorTypes")'
julia -e 'import Pkg; Pkg.add("JSON")'
  1. Run
make run file='./examples/source.rinha.json'

Challenge Repo

LICENSE