summaryrefslogtreecommitdiff
path: root/ecomp-c/minie.ebnf
AgeCommit message (Expand)Author
2020-09-18some work on functionsAndreas Baumann
2020-08-14started handling value parameters for proceduresAndreas Baumann
2020-06-27some cleanup around scoping, all const/var in proceduresAndreas Baumann
2020-06-27implemented simple proceduresAndreas Baumann
2020-06-25another example with integer arraysAndreas Baumann
2020-06-07work on array dereferenceAndreas Baumann
2020-05-31added support for multi-operand db in asm-i386 for string definitionsAndreas Baumann
2020-05-29added support for strings in ecAndreas Baumann
2020-05-26some refactoring and started array typesAndreas Baumann
2020-05-23added character typeAndreas Baumann
2020-05-16refactored parsing of const expressions (currently literals and identifiers/o...Andreas Baumann
2020-04-18implemented boolean expressions (hopefully)Andreas Baumann
2020-04-03implemented '%' (remainder)Andreas Baumann
2020-04-03added whileAndreas Baumann
2020-03-30on the way to an ifAndreas Baumann
2020-03-28implemented evaluation of equals in expression with relational operator in ecAndreas Baumann
2020-03-27allow assignment in constant definitions from constant expressions (numbers a...Andreas Baumann
2020-03-03allow enumeration of constants, fixed variable enumerationsAndreas Baumann
2020-02-29added brakets for expressionsAndreas Baumann
2020-02-28some expression tree parsing and postfix outputAndreas Baumann
2020-02-18implemented const as rvalueAndreas Baumann
2020-01-30added constantsAndreas Baumann
2020-01-23some work on basic declarations and statement blocksAndreas Baumann
2020-01-23redone simple statement blocks with constant assignment, implicit integersAndreas Baumann