index
:
tpc-compiler
master
[ARCHIVED 2017] A compiler for a C-like programming language built using the old Flex and Bison tokenizer and parser generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res
Commit message (
Collapse
)
Author
Age
*
Merge branch 'master' of https://github.com/pacien/upem-compil-tpc
pacien
2018-06-06
|
\
|
*
Adding more tests
Adam NAILI
2018-06-06
|
|
*
|
require main func and rename tests
pacien
2018-06-06
|
/
*
Update test_global
Adam NAILI
2018-06-06
|
*
Fixing chain declarator and array conflict
Adam NAILI
2018-06-06
|
*
Fix const + fix entier x,y,...
Adam NAILI
2018-06-06
|
*
Fixing ok_sample
Adam NAILI
2018-06-06
|
*
Ok sample correction
Adam NAILI
2018-06-06
|
*
Array management
Adam NAILI
2018-06-06
|
*
Merge branch 'master' of https://github.com/pacien/upem-compil-tpc
Adam NAILI
2018-06-05
|
\
|
*
add const tests
pacien
2018-06-05
|
|
*
|
While handling
Adam NAILI
2018-06-05
|
/
*
Fix call of call of functions with parameters
Adam NAILI
2018-06-05
|
*
Parameters handling (without checking types on parameters)
Adam NAILI
2018-06-05
|
*
Return fix
Adam NAILI
2018-06-05
|
*
Return test
Adam NAILI
2018-06-05
|
*
Replacing VOID by VOID_T
Adam NAILI
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
|
*
Lazy evaluation, Bool logic, IF and IFELSE structures implemented. Formatted ↵
Adam NAILI
2018-05-06
|
|
|
|
a bit
*
IF/ELSE
Adam NAILI
2018-05-04
|
*
DIVSTAR working : 'It's working ! It's working' said Anakin
Adam NAILI
2018-05-04
|
*
Add sub working (local/global not fully implemented, checking type function ↵
Adam NAILI
2018-05-04
|
|
|
|
available
*
Beginning of the symbol table implementation
Adam NAILI
2018-04-22
|
*
Adapt for new grammar
pacien
2018-02-23
|
*
Add sample TPC sources
pacien
2018-02-21