aboutsummaryrefslogtreecommitdiff
path: root/repl.c
AgeCommit message (Collapse)Author
2014-05-20use -Wextra when compiling and fix some warnings produced by itOskari Timperi
2014-05-17refactor code to use LIST from sys/queue.hOskari Timperi
It's now easier and more natural to work with the code. :-P
2014-05-16env support to replOskari Timperi
2014-05-14Initial commitOskari Timperi
- tokenizing, parsing and basic eval support - arithmetic (+, -, *, /) - quote - atom for checking if the arg is an atom (i.e. not a list) - eq for checking equality - > for checking order - if - some unit testing - simple repl - mem management needs improvement :-)