summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
AgeCommit message (Expand)Author
2020-09-18some work on functionsAndreas Baumann
2020-09-03fixes in parameter passingAndreas Baumann
2020-09-01some more work on parameter checkingAndreas Baumann
2020-08-31parameter list as double linked list (work in progress)Andreas Baumann
2020-08-20more correct handling of parameter in forward declared proceduresAndreas Baumann
2020-08-14started handling value parameters for proceduresAndreas Baumann
2020-06-28some work on procedure scopesAndreas Baumann
2020-06-28added forward procedure declarations and fixed some memory leaksAndreas Baumann
2020-06-27implemented simple proceduresAndreas Baumann
2020-06-27added an insertion sort exampleAndreas Baumann
2020-06-25ec: avoid strange eof errors when using / instead of divAndreas Baumann
2020-06-20first version of array dereferncing (read and write) using the stackAndreas Baumann
2020-06-15asm-i386:Andreas Baumann
2020-06-14libc-freestandingAndreas Baumann
2020-06-07work on array dereferenceAndreas Baumann
2020-06-05fixed also test1.eAndreas Baumann
2020-05-31some work on type compatibility for stringsAndreas Baumann
2020-05-31ec: zero-terminate string literalsAndreas 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-10some work on char typeAndreas Baumann
2020-05-09fixed comparision of types testAndreas Baumann
2020-05-02implemented some type checks in assignments and expressionsAndreas Baumann
2020-04-19added a boolean and testAndreas Baumann
2020-04-18implemented boolean expressions (hopefully)Andreas Baumann
2020-04-03added whileAndreas Baumann
2020-04-02we have an ifAndreas Baumann
2020-03-30on the way to an ifAndreas Baumann
2020-03-29filled out the rest of compare operationsAndreas 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-15some work on understand Intel opcodes add and subAndreas Baumann
2020-03-13fixed freestanding malloc/free: added 16-bit alignment and handling the one l...Andreas Baumann
2020-03-07some work on the i386 assemblerAndreas Baumann
2020-03-03allow enumeration of constants, fixed variable enumerationsAndreas Baumann
2020-03-01simplistic code generation works for expressionsAndreas Baumann
2020-02-29added brakets for expressionsAndreas Baumann
2020-02-28some expression tree parsing and postfix outputAndreas Baumann
2020-02-23handling assignment of variablesAndreas Baumann
2020-02-18implemented const as rvalueAndreas Baumann
2020-01-30more testingAndreas Baumann
2020-01-30more testing and made it work with tcc-git nostdlibAndreas Baumann
2020-01-30added constantsAndreas Baumann
2020-01-26some work on symbol handlingAndreas Baumann
2020-01-25added some debuging functionalityAndreas Baumann
2020-01-23some work on basic declarations and statement blocksAndreas Baumann
2020-01-23redone simple statement blocks with constant assignment, implicit integersAndreas Baumann
2020-01-19another try in pure C firstAndreas Baumann