-
Notifications
You must be signed in to change notification settings - Fork 0
dhconnelly/yalig
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
yet another lisp in go
======================
recursive-descent parser and tree-walking interpreter for a simple
lisp disalect. see fib.lisp for an example of what's supported.
- ints: +, -, =, <
- strings: print
- lists: first, rest, cons, empty
- null
- fn: lambdas w/capturing (closures)
- if, seq, def, defun
to run it:
go build
./yalig fib.lisp
About
yet another lisp in go
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published