index
:
lispish
master
A simple LISP-like programming language made to learn a few things.
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-05-17
move builtin functions to their own functions out of eval()
Oskari Timperi
2014-05-17
refactor code to use LIST from sys/queue.h
Oskari Timperi
2014-05-16
env support to repl
Oskari Timperi
2014-05-16
fix: use eval_env() when evaluating stuff\!
Oskari Timperi
2014-05-16
Makefile: allow building test/repl at the same time (use different object files)
Oskari Timperi
2014-05-15
eval symbols and allow defining variables
Oskari Timperi
2014-05-15
fix eval() and eval_str() to use empty environments as args to eval_env()/eva...
Oskari Timperi
2014-05-15
env tests
Oskari Timperi
2014-05-15
add eval functions that take env as argument (no env support yet)
Oskari Timperi
2014-05-15
add env functions
Oskari Timperi
2014-05-15
add atom_clone()
Oskari Timperi
2014-05-15
add atom types for true, false, nil
Oskari Timperi
2014-05-14
eval: more tests
Oskari Timperi
2014-05-14
eval: misc
Oskari Timperi
2014-05-14
eval: add 'mod' function
Oskari Timperi
2014-05-14
Initial commit
Oskari Timperi