summaryrefslogtreecommitdiffstats
path: root/builtin.c
AgeCommit message (Expand)Author
2012-12-02Clean up implementation of builtin functions.Stephen Dolan
2012-12-02Move all the includes one place to the leftStephen Dolan
2012-12-02Clean up calls to C functions, unify opcodesStephen Dolan
2012-11-30Sort function and more general comparison operators.Stephen Dolan
2012-11-26Merge remote-tracking branch 'origin/master'Stephen Dolan
2012-11-26Define bytecoded builtins more concisely.Stephen Dolan
2012-11-26Clean up function creation API and epilogue generation.Stephen Dolan
2012-10-24Implemented contains operatorStephen Roantree
2012-10-23Implement 'not equal' (!=) as a binopDamian Gryski
2012-10-22Allow the 'keys' function to take arrays.Stephen Dolan
2012-10-20Add a 'keys' function. Fixes #4.Stephen Dolan
2012-10-07Add <,>,<=,>= binopsStephen Roantree
2012-09-18Implement the 'add' builtin promised by the docs' examples.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan