aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test
Commit message (Collapse)AuthorAgeFilesLines
* Adding test and break workingYann Herklotz2017-03-223-10/+21
|
* changed type layout to have all necessary informationYann Herklotz2017-03-213-3/+46
|
* global vars work and changing to printfYann Herklotz2017-03-201-0/+6
|
* Added large numbersYann Herklotz2017-03-191-0/+7
|
* Making recursion nicerYann Herklotz2017-03-191-4/+3
|
* Completely working recursion and with correct frameYann Herklotz2017-03-191-7/+6
|
* Made test cases a bit betterYann Herklotz2017-03-188-28/+26
|
* Broke compound statementYann Herklotz2017-03-181-0/+12
|
* Working while loopYann Herklotz2017-03-181-0/+11
|
* added while loop and if workingYann Herklotz2017-03-182-1/+24
|
* Creating if statementYann Herklotz2017-03-171-6/+2
|
* Trying to fix segfaultYann Herklotz2017-03-171-7/+1
|
* Working functionsYann Herklotz2017-03-171-0/+8
|
* function calls now work completelyYann Herklotz2017-03-161-0/+9
|
* Working with stackYann Herklotz2017-03-151-1/+2
|
* Have to improve reg allocationYann Herklotz2017-03-123-0/+21
|
* Can do multiple adds and subsYann Herklotz2017-03-101-1/+1
|
* moved test casesYann Herklotz2017-03-1012-0/+24
|
* fixing .gitignoreYann Herklotz2017-03-101-2/+0
|
* fixing .gitignoreYann Herklotz2017-03-1030-0/+0
|
* fixing .gitignoreYann Herklotz2017-03-1031-2/+2
|
* repairing gitignoreYann Herklotz2017-03-101-2/+2
|
* removed unneeded foldersYann Herklotz2017-03-1074-913/+0
|
* Changed simple test caseYann Herklotz2017-03-1051-5/+623
|
* fixing test casesYann Herklotz2017-03-101-2/+2
|
* removing test cases outputYann Herklotz2017-03-108-2/+85
|
* Adding test casesymherklotz2017-03-1010-0/+78
|
* Finished assignment expressionymherklotz2017-03-102-15/+0
|
* Got variables and bindings kind of workingymherklotz2017-03-108-12/+9
|
* Adding extra test case and slight mod to classesYann Herklotz2017-03-081-0/+6
|
* Merge branch 'master' into compilerYann Herklotz2017-03-0711-40/+20
|\
| * Can compile simplest programYann Herklotz2017-03-0711-40/+20
| |
* | Commiting compilerYann Herklotz2017-03-0717-0/+201
|/
* Changing ast structure againYann Herklotz2017-03-0292-759/+43
|
* Finished parserYann Herklotz2017-03-0191-0/+759