Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-07-04 | fix function call as statement, fix EBNF errors | Benedikt Böhm | 1 | -10/+9 | |
2009-06-29 | fix function_call | Benedikt Böhm | 1 | -18/+18 | |
- function_call is now an expression and a statement - call keyword is required to make lookahead = 1 work | |||||
2009-06-09 | strictly seperate boolean and numeric expressions | Benedikt Böhm | 1 | -12/+12 | |
2009-05-25 | add modulus operator | Benedikt Böhm | 1 | -1/+1 | |
2009-05-21 | make syntax productions consistent | Benedikt Böhm | 1 | -6/+7 | |
2009-05-20 | lexer combines multiple newlines already, so we ignore it in the grammar | Benedikt Böhm | 1 | -6/+5 | |
2009-05-20 | make newlines explicit | Benedikt Böhm | 1 | -9/+6 | |
2009-05-19 | update ebnf | Benedikt Böhm | 1 | -6/+10 | |
2009-05-18 | move stuff around and create initial source structure | Benedikt Böhm | 1 | -0/+0 | |
2009-05-16 | fix operators | Benedikt Böhm | 1 | -3/+5 | |
2009-05-15 | added ebnf-stuff | Andreas Nüßlein | 1 | -0/+31 | |