omurilo / rinha-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rinha-compiler

Interpretador em Go feito para rinha de compiler.

Features

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

Build

make build

Run

make hello
make showcase
make bench
make run

Readme copied from ghhernandes
Showcase example copied from leandronsp

About


Languages

Language:Go 92.2%Language:Makefile 5.5%Language:Dockerfile 2.4%