Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-25 | add atoi prototype in queen.c test | Quentin Carbonneaux | |
2015-10-17 | add cheap line reporting in die | Quentin Carbonneaux | |
2015-10-13 | use an array of pointers in queen | Quentin Carbonneaux | |
2015-10-13 | add void type | Quentin Carbonneaux | |
2015-10-13 | improve error detection in mcc | Quentin Carbonneaux | |
2015-10-13 | no, 9 is not prime | Quentin Carbonneaux | |
2015-10-12 | ignore output of mcc | Quentin Carbonneaux | |
2015-10-12 | cosmetics in queen.c | Quentin Carbonneaux | |
2015-10-12 | add for loops | Quentin Carbonneaux | |
2015-10-12 | make the queen test work | Quentin Carbonneaux | |
2015-10-12 | add & binop to minic | Quentin Carbonneaux | |
2015-10-12 | add new test | Quentin Carbonneaux | |
2015-10-12 | add return, break, globals in minic | Quentin Carbonneaux | |
2015-10-12 | limit the amount of warnings in prime example | Quentin Carbonneaux | |
2015-10-12 | make mcc script more robust | Quentin Carbonneaux | |
2015-10-12 | fix stupid bug in the example | Quentin Carbonneaux | |
2015-10-12 | fix minor parsing issues | Quentin Carbonneaux | |
2015-10-12 | add one small test | Quentin Carbonneaux | |
2015-10-12 | finish rough implementation of calls | Quentin Carbonneaux | |
2015-10-12 | add a cheap implementation of sizeof | Quentin Carbonneaux | |
2015-10-12 | add super cheap constant folding in minic | Quentin Carbonneaux | |
2015-10-09 | start implementing basic function calls | Quentin Carbonneaux | |
2015-10-08 | uniformize naming in minic | Quentin Carbonneaux | |
2015-10-08 | add clumsy support for string literals | Quentin Carbonneaux | |
It's currently clumsy because they are given the type 'int *' instead of 'char *', the reason is that the char base type is not supported now. I don't think it would be hard to add proper support for char, though. | |||
2015-10-08 | update miniyacc | Quentin Carbonneaux | |
2015-10-04 | remove example file | Quentin Carbonneaux | |
2015-10-04 | add gitignore to minic/ | Quentin Carbonneaux | |
2015-10-04 | support unary minus | Quentin Carbonneaux | |
2015-10-04 | add post {in,de}crement support + fix grammar | Quentin Carbonneaux | |
2015-10-04 | update test to new syntax | Quentin Carbonneaux | |
2015-10-04 | parse functions in minic | Quentin Carbonneaux | |
2015-10-04 | update miniyacc | Quentin Carbonneaux | |
2015-10-03 | == and != do not consider signs | Quentin Carbonneaux | |
2015-10-02 | minor bug in case While | Quentin Carbonneaux | |
2015-10-02 | oops, stupid swap in a printf | Quentin Carbonneaux | |
2015-10-02 | start an example compiler for a subset of C | Quentin Carbonneaux | |