summaryrefslogtreecommitdiffstats
path: root/doc/mylang.ebnf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix function call as statement, fix EBNF errorsBenedikt Böhm2009-07-041-10/+9
|
* fix function_callBenedikt Böhm2009-06-291-18/+18
| | | | | - function_call is now an expression and a statement - call keyword is required to make lookahead = 1 work
* strictly seperate boolean and numeric expressionsBenedikt Böhm2009-06-091-12/+12
|
* add modulus operatorBenedikt Böhm2009-05-251-1/+1
|
* make syntax productions consistentBenedikt Böhm2009-05-211-6/+7
|
* lexer combines multiple newlines already, so we ignore it in the grammarBenedikt Böhm2009-05-201-6/+5
|
* make newlines explicitBenedikt Böhm2009-05-201-9/+6
|
* update ebnfBenedikt Böhm2009-05-191-6/+10
|
* move stuff around and create initial source structureBenedikt Böhm2009-05-181-0/+33