COMMITS
/ lexer.l May 16, 2013
S
Remove the insane "fold" operation, replace with saner "reduce".
Stephen Dolan committed
May 14, 2013
S
'length' function now measures string length in codepoints, not bytes.
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 28, 2012
S
Fold operation (code/docs/test)
Stephen Dolan committed
December 27, 2012
S
@foo syntax for encoding of strings into various formats.
Stephen Dolan committed
December 18, 2012
S
Add wrappers for malloc/realloc/free. See #43.
Stephen Dolan committed
December 2, 2012
S
Demote "contains" to a built-in function rather than an operator.
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
Raise a proper error from the lexer on unmatched },),]
Stephen Dolan committed
October 24, 2012
S
Implemented contains operator
Stephen Roantree committed
D
Replace yyscan_t with another pointer type that we control.
Damian Gryski committed
October 23, 2012
D
Implement 'not equal' (!=) as a binop
Damian Gryski committed
October 22, 2012
S
Support a -f option to load from a file, and # comments
Stephen Dolan committed
October 19, 2012
S
A string interpolation syntax that I don't hate. Also tests.
Stephen Dolan committed
October 7, 2012
S
Add <,>,<=,>= binops
Stephen Roantree committed
September 22, 2012
S
Allow underscores in IDENT tokens. Fixes #3.
Stephen Dolan committed
September 18, 2012
S
Move everything around - delete old Haskell code, clean up build.
Stephen Dolan committed