New language implementation using go
- Make sure you have go installed
- go run .
- This will parse the language in hello.gs and produce the result
- I have built a binary for each example, you can just run
./closurein the local branch ./closureis the binary that parse the closure.gs file- repeat steps for
./fib