ghhernandes / rinha-compiler-go

Interpretador em Golang feito para rinha de compilador

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rinha-compiler-go

Interpretador em Golang feito para rinha de compiler.

Features

  • Int, Str, Bool
  • Binary
  • Let
  • Function
  • If
  • Call
  • Print
  • First
  • Second
  • Tuple

Build

docker build -t rinha .

Run

docker run -v {json_ast_filename}:/var/rinha/source.rinha.json rinha

About

Interpretador em Golang feito para rinha de compilador


Languages

Language:Go 98.8%Language:Dockerfile 1.2%