Joseph Adams 6382efb764 Merge pull request #3 from kedebug/patch-1 | 10 年之前 | |
---|---|---|
core | 10 年之前 | |
examples | 10 年之前 | |
generator | 10 年之前 | |
lexer | 10 年之前 | |
parser | 10 年之前 | |
play | 10 年之前 | |
LICENSE | 11 年之前 | |
README.md | 10 年之前 | |
example.gsp | 10 年之前 | |
gisp.go | 10 年之前 |
Simple (non standard) compiler of Lisp/Scheme to Go.
> go build && ./gisp
>>
From here you can type in forms and you'll get the Go AST back. To compile a file:
> ./gisp filename.gsp
````
# Functions
+, -, *, mod, let, if, ns, def, fn, all pre-existing Go functions ``` See examples for some Project Euler solutions
MIT