Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

cleissonbarbosa/rinha-compiladores-julia

Repository files navigation


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