COMMITS
/ builtin.c May 16, 2013
S
Remove the insane "fold" operation, replace with saner "reduce".
Stephen Dolan committed
S
Reverse function. Closes #94.
Stephen Dolan committed
May 15, 2013
S
Only generate code for those builtin functions actually used.
Stephen Dolan committed
May 14, 2013
S
'length' function now measures string length in codepoints, not bytes.
Stephen Dolan committed
S
Add the range function
Stephen Dolan committed
May 13, 2013
S
Add to_entries, from_entries and with_entries functions.
Stephen Dolan committed
S
Refactor path logic.
Stephen Dolan committed
May 7, 2013
S
Merge remote-tracking branch 'stagrlee/master' into autotools
Stephen Dolan committed
May 6, 2013
S
Add the "has" function. Closes #74.
Stephen Dolan committed
May 5, 2013
S
Make a few constant globals actually const.
Stephen Dolan committed
February 3, 2013
L
merging upstream stedolan changes
Lee Thompson committed
January 3, 2013
S
Fix negative number syntax. Add a unary '-' operator.
Stephen Dolan committed
December 31, 2012
S
Clean up jv_object_foreach and add jv_array_foreach
Stephen Dolan committed
December 29, 2012
S
Add the `recurse` function. See #37.
Stephen Dolan committed
S
Make null + foo return foo, rather than an error.
Stephen Dolan committed
S
Refactor assignment.
Stephen Dolan committed
S
Improvements to del(foo).
Stephen Dolan committed
S
Fix a bug in URI-encoding of certain non-ASCII characters.
Stephen Dolan committed
December 28, 2012
S
Path manipulation (path/getpath/setpath/delpath) and docs.
Stephen Dolan committed
December 27, 2012
S
@foo syntax for encoding of strings into various formats.
Stephen Dolan committed
December 16, 2012
S
Fix a bug uncovered by tests extracted from manual.
Stephen Dolan committed
December 10, 2012
S
error() function
Stephen Dolan committed
December 4, 2012
S
Add min, max, min_by, max_by functions.
Stephen Dolan committed
S
Refactor function argument passing into what it always should have been.
Stephen Dolan committed
December 3, 2012
S
General cleanup - rename a few things, delete dead code.
Stephen Dolan committed
S
Add a `unique` function.
Stephen Dolan committed
December 2, 2012
S
sort_by and group_by functions, tests and docs.
Stephen Dolan committed
S
Demote "contains" to a built-in function rather than an operator.
Stephen Dolan committed
S
Clean up implementation of builtin functions.
Stephen Dolan committed
S
Move all the includes one place to the left
Stephen Dolan committed
S
Clean up calls to C functions, unify opcodes
Stephen Dolan committed
November 30, 2012
S
Sort function and more general comparison operators.
Stephen Dolan committed
November 28, 2012
L
revert back to make invoking flex, fix a few bugs
Lee Thompson committed
November 26, 2012
S
Merge remote-tracking branch 'origin/master'
Stephen Dolan committed
S
Define bytecoded builtins more concisely.
Stephen Dolan committed
S
Clean up function creation API and epilogue generation.
Stephen Dolan committed
October 24, 2012
S
Implemented contains operator
Stephen Roantree committed
October 23, 2012
D
Implement 'not equal' (!=) as a binop
Damian Gryski committed
October 22, 2012
S
Allow the 'keys' function to take arrays.
Stephen Dolan committed
October 19, 2012
S
Add a 'keys' function. Fixes #4.
Stephen Dolan committed
October 7, 2012
S
Add <,>,<=,>= binops
Stephen Roantree committed
September 18, 2012
S
Implement the 'add' builtin promised by the docs' examples.
Stephen Dolan committed
S
Move everything around - delete old Haskell code, clean up build.
Stephen Dolan committed