aboutsummaryrefslogtreecommitdiff
path: root/src/generator.h
Commit message (Collapse)AuthorAge
* extract func param passingpacien2018-06-06
|
* extract while instrpacien2018-06-06
|
* reformat and unify typespacien2018-06-06
|
* extract assign and val-retrievalpacien2018-06-06
|
* require main func and rename testspacien2018-06-06
|
* Array managementAdam NAILI2018-06-06
|
* Prevent assigning to constpacien2018-06-05
|
* gen const declpacien2018-06-05
|
* Parameters handling (without checking types on parameters)Adam NAILI2018-06-05
|
* Simplify return type state on callpacien2018-06-05
|
* Replacing VOID by VOID_TAdam NAILI2018-06-05
|
* Handle func returnpacien2018-06-05
|
* Modifying print function to handle char and int automatically, implementing ↵Adam NAILI2018-06-04
| | | | reade and readc, handling two variables with the same name in different scope => local variable has priority on the global one
* Functions tables + void functions working (need to work on returns and ↵Adam NAILI2018-06-03
| | | | parameters cause all functions are void here)
* .bss section management (globals)Adam NAILI2018-06-03
|
* Handle output to file optionpacien2018-05-26
|
* Not working properly: Beginning of the implementation of globals -> need to ↵Adam NAILI2018-05-14
| | | | modify if(global) else
* Extract generators and reformat grammarpacien2018-05-08
|
* Extract generator functions (partial commit pt2)pacien2018-05-07
|
* Extract generator functions (partial commit)pacien2018-05-07