aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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-16Makefile: allow building test/repl at the same time (use different object files)Oskari Timperi
2014-05-15add env functionsOskari 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 :-)