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
Commit message (
Collapse
)
Author
Age
...
*
|
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
|
*
Add void type
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
|
*
Replace type macro with enum
pacien
2018-05-08
|
*
Extract generator functions (partial commit pt2)
pacien
2018-05-07
|
*
Extract generator functions (partial commit)
pacien
2018-05-07
|
*
Code cleanup and reformating
pacien
2018-05-07
|
*
Adding make test command
Adam NAILI
2018-05-07
|
*
Updating TODO comment
Adam NAILI
2018-05-06
|
*
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
*
Print function done, the most basic asm code on stdout generated
Adam NAILI
2018-04-23
|
*
Not finished modifications : beginning of the traduction
Adam NAILI
2018-04-23
|
*
Basic implementation of the symbol table
Adam NAILI
2018-04-22
|
*
Merge branch 'master' of https://github.com/pacien/upem-compil-tpc
Adam NAILI
2018-04-22
|
\
|
*
Reformat report
pacien
2018-02-23
|
|
*
|
Beginning of the symbol table implementation
Adam NAILI
2018-04-22
|
/
*
Update doc
Adam NAILI
2018-02-23
|
*
Merge branch 'master' of https://github.com/pacien/upem-compil-tpc
Adam NAILI
2018-02-23
|
\
|
*
Rename output binary
pacien
2018-02-23
|
|
|
*
Adapt for new grammar
pacien
2018-02-23
|
|
|
*
Remove token value copy
pacien
2018-02-22
|
|
*
|
Update doc
Adam NAILI
2018-02-23
|
/
*
Reformat
pacien
2018-02-21
|
*
Add sample TPC sources
pacien
2018-02-21
|
*
Reformat
pacien
2018-02-20
|
*
Update readme
pacien
2018-02-20
|
*
Import from TD11
pacien
2018-02-20
|
*
Bootstrap project
pacien
2018-02-20
|
*
Initial commit
Notkea
2018-02-05
[prev]