aboutsummaryrefslogtreecommitdiff
path: root/res
Commit message (Collapse)AuthorAge
* Fix call of call of functions with parametersAdam NAILI2018-06-05
|
* Parameters handling (without checking types on parameters)Adam NAILI2018-06-05
|
* Return fixAdam NAILI2018-06-05
|
* Return testAdam NAILI2018-06-05
|
* Replacing VOID by VOID_TAdam NAILI2018-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
|
* Lazy evaluation, Bool logic, IF and IFELSE structures implemented. Formatted ↵Adam NAILI2018-05-06
| | | | a bit
* IF/ELSEAdam NAILI2018-05-04
|
* DIVSTAR working : 'It's working ! It's working' said AnakinAdam NAILI2018-05-04
|
* Add sub working (local/global not fully implemented, checking type function ↵Adam NAILI2018-05-04
| | | | available
* Beginning of the symbol table implementationAdam NAILI2018-04-22
|
* Adapt for new grammarpacien2018-02-23
|
* Add sample TPC sourcespacien2018-02-21