aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fixing \n in errors, updating commands in reportAdam NAILI2018-06-06
|
* Fixin no-pie in makefileAdam NAILI2018-06-06
|
* Fixing ok_sampleAdam NAILI2018-06-06
|
* Merge branch 'master' of https://github.com/pacien/upem-compil-tpcAdam NAILI2018-06-06
|\
| * blahNotkea2018-06-06
| |
* | Ok sample correctionAdam NAILI2018-06-06
| |
* | Merge branch 'master' of https://github.com/pacien/upem-compil-tpcAdam NAILI2018-06-06
|\|
| * Blah blahNotkea2018-06-06
| |
* | Array managementAdam NAILI2018-06-06
|/
* It's workingAdam NAILI2018-06-06
|
* fix const retrievalpacien2018-06-05
|
* Merge branch 'master' of https://github.com/pacien/upem-compil-tpcpacien2018-06-05
|\
| * Merge branch 'master' of https://github.com/pacien/upem-compil-tpcAdam NAILI2018-06-05
| |\
| * | While handlingAdam NAILI2018-06-05
| | |
* | | attempt for const fetchingpacien2018-06-05
| |/ |/|
* | fix global const declpacien2018-06-05
| |
* | add const testspacien2018-06-05
| |
* | fix lineno in errorpacien2018-06-05
| |
* | Prevent assigning to constpacien2018-06-05
|/
* Merge branch 'master' of https://github.com/pacien/upem-compil-tpcpacien2018-06-05
|\
| * Fixing parametersAdam NAILI2018-06-05
| |
* | handle decl. of read-only varspacien2018-06-05
| |
* | gen const declpacien2018-06-05
|/
* Fix call of call of functions with parametersAdam NAILI2018-06-05
|
* Parameters handling (without checking types on parameters)Adam NAILI2018-06-05
|
* Minor adjustement for array implementingAdam NAILI2018-06-05
|
* Merge branch 'master' of https://github.com/pacien/upem-compil-tpcAdam NAILI2018-06-05
|\
| * Remove outdated todoNotkea2018-06-05
| |
| * Blah.Notkea2018-06-05
| |
* | Return fixAdam NAILI2018-06-05
|/
* MergeAdam NAILI2018-06-05
|\
| * Simplify return type state on callpacien2018-06-05
| |
* | Return testAdam NAILI2018-06-05
|/
* Replacing VOID by VOID_TAdam NAILI2018-06-05
|
* Handle func returnpacien2018-06-05
|
* Handle function callpacien2018-06-05
|
* Add void typepacien2018-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
|
* Replace type macro with enumpacien2018-05-08
|
* Extract generator functions (partial commit pt2)pacien2018-05-07
|
* Extract generator functions (partial commit)pacien2018-05-07
|
* Code cleanup and reformatingpacien2018-05-07
|
* Adding make test commandAdam NAILI2018-05-07
|
* Updating TODO commentAdam NAILI2018-05-06
|
* Lazy evaluation, Bool logic, IF and IFELSE structures implemented. Formatted ↵Adam NAILI2018-05-06
| | | | a bit