Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 546 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 546 Bytes

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