summaryrefslogtreecommitdiffstats
path: root/lexer.l
AgeCommit message (Expand)Author
2012-12-02Demote "contains" to a built-in function rather than an operator.Stephen Dolan
2012-11-26Merge remote-tracking branch 'origin/master'Stephen Dolan
2012-11-26Raise a proper error from the lexer on unmatched },),]Stephen Dolan
2012-10-24Implemented contains operatorStephen Roantree
2012-10-24Replace yyscan_t with another pointer type that we control.Damian Gryski
2012-10-23Implement 'not equal' (!=) as a binopDamian Gryski
2012-10-22Support a -f option to load from a file, and # commentsStephen Dolan
2012-10-20A string interpolation syntax that I don't hate. Also tests.Stephen Dolan
2012-10-07Add <,>,<=,>= binopsStephen Roantree
2012-09-22Allow underscores in IDENT tokens. Fixes #3.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan