Transpiler implemented using Go for "Rinha de Compilers" compiler (or interpreter) building challenge.
Given any AST file on the challenge's proposed structure, it will transpile it to Go or JS.
- Install go
- Build with
make build - Run with
./nargas INPUT_FILE_PATH OUTPUT_LANGUAGE [OUTPUT_FILE_PATH]where OUTPUT_LANGUAGE can be eithergoorjsand OUTPUT_FILE_PATH is optional
