8000 GitHub - yurgen93/lispy: mini lisp interpreter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yurgen93/lispy

Repository files navigation

Lispy

mini LISP interpreter

created using http://www.buildyourownlisp.com/

Commands

# build
> make build

# run REPL
> ./lispy

# build with memory check
> make memcheck

# run file
> ./lispy examples/hello_world.lispy
"Hello, World!"

REPL example

Lispy Version 0.0.0.0.1
Press Ctrl+c to Exit

lispy> + 1 2 (/ 9 3)
6
lispy> + 3 (% 10 3)
4
lispy>

About

mini lisp interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0