aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/src
Commit message (Collapse)AuthorAgeFilesLines
* Working on arrayYann Herklotz2017-03-244-21/+63
|
* Pointers workingYann Herklotz2017-03-243-45/+79
|
* Making hierarchy betterYann Herklotz2017-03-232-11/+1
|
* Adding more tests and fixingYann Herklotz2017-03-235-59/+131
|
* Better typesymherklotz2017-03-234-54/+158
|
* Doing arraysYann Herklotz2017-03-231-8/+8
|
* Switch workingYann Herklotz2017-03-223-44/+358
|
* Have to work on caseYann Herklotz2017-03-223-7/+81
|
* Adding test and break workingYann Herklotz2017-03-229-116/+226
|
* changed type layout to have all necessary informationYann Herklotz2017-03-215-135/+358
|
* global vars work and changing to printfYann Herklotz2017-03-206-74/+167
|
* removed unnecessary fileYann Herklotz2017-03-191-5/+5
|
* Completely working recursion and with correct frameYann Herklotz2017-03-192-2/+1
|
* Finished better expressionsYann Herklotz2017-03-195-27/+153
|
* Fixed compound statementYann Herklotz2017-03-181-3/+14
|
* Broke compound statementYann Herklotz2017-03-183-16/+40
|
* Working while loopYann Herklotz2017-03-181-1/+1
|
* added while loop and if workingYann Herklotz2017-03-181-11/+42
|
* Creating if statementYann Herklotz2017-03-174-53/+107
|
* Fixed seg faultYann Herklotz2017-03-172-26/+44
|
* Trying to fix segfaultYann Herklotz2017-03-179-83/+103
|
* Working functionsYann Herklotz2017-03-173-12/+4
|
* function calls now work completelyYann Herklotz2017-03-163-17/+18
|
* Check if function calls workYann Herklotz2017-03-164-9/+62
|
* working, added function callsYann Herklotz2017-03-162-2/+33
|
* Still works and added correct frame sizeYann Herklotz2017-03-164-36/+313
|
* Working with stackYann Herklotz2017-03-152-20/+46
|
* Reformatted and workingYann Herklotz2017-03-132-9/+10
|
* ReformattingYann Herklotz2017-03-139-276/+252
|
* Have to improve reg allocationYann Herklotz2017-03-125-8/+67
|
* improving memory leaksYann Herklotz2017-03-111-7/+7
|
* Added shared_ptr for less memory leaksYann Herklotz2017-03-118-25/+21
|
* Can do multiple adds and subsYann Herklotz2017-03-101-3/+3
|
* Can do simple add and subtractymherklotz2017-03-102-7/+28
|
* Passing all my tests for nowymherklotz2017-03-102-1/+21
|
* Finished assignment expressionymherklotz2017-03-103-6/+51
|
* Got variables and bindings kind of workingymherklotz2017-03-109-37/+167
|
* Changing printasmYann Herklotz2017-03-108-24/+45
|
* Adding extra test case and slight mod to classesYann Herklotz2017-03-082-2/+9
|
* Can compile simplest programYann Herklotz2017-03-076-56/+57
|
* Removing declaration of filenoYann Herklotz2017-03-061-2/+0
|
* Made good progressYann Herklotz2017-03-064-20/+53
|
* making changes to type in lexer nowYann Herklotz2017-03-0610-54/+199
|
* Finished ast change and it worksYann Herklotz2017-03-0510-97/+477
|
* Kind of workingYann Herklotz2017-03-032-221/+18
|
* Going to testYann Herklotz2017-03-031-32/+47
|
* Working ASTYann Herklotz2017-03-031-0/+7
|
* Still working on astYann Herklotz2017-03-036-17/+134
|
* Changing ast structure againYann Herklotz2017-03-022-32/+57
|
* Adding compiler to makefileYann Herklotz2017-03-011-4/+0
|