Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | handle decl. of read-only vars | pacien | 2018-06-05 |
| | |||
* | gen const decl | pacien | 2018-06-05 |
| | |||
* | Parameters handling (without checking types on parameters) | Adam NAILI | 2018-06-05 |
| | |||
* | Return fix | Adam NAILI | 2018-06-05 |
| | |||
* | Merge | Adam NAILI | 2018-06-05 |
|\ | |||
| * | Simplify return type state on call | pacien | 2018-06-05 |
| | | |||
* | | Return test | Adam NAILI | 2018-06-05 |
|/ | |||
* | Replacing VOID by VOID_T | Adam NAILI | 2018-06-05 |
| | |||
* | Handle func return | pacien | 2018-06-05 |
| | |||
* | Handle function call | pacien | 2018-06-05 |
| | |||
* | Modifying print function to handle char and int automatically, implementing ↵ | Adam NAILI | 2018-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 NAILI | 2018-06-03 |
| | | | | parameters cause all functions are void here) | ||
* | .bss section management (globals) | Adam NAILI | 2018-06-03 |
| | |||
* | Handle output to file option | pacien | 2018-05-26 |
| | |||
* | Not working properly: Beginning of the implementation of globals -> need to ↵ | Adam NAILI | 2018-05-14 |
| | | | | modify if(global) else | ||
* | Extract generators and reformat grammar | pacien | 2018-05-08 |
| | |||
* | Extract generator functions (partial commit pt2) | pacien | 2018-05-07 |
| | |||
* | Extract generator functions (partial commit) | pacien | 2018-05-07 |