0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jan 31, 2025 — Jan 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added verbose mode More... about 17 years ago
Merge branch 'master' of [email protected]:timtadh/pyflow More... about 17 years ago
Merge branch 'master' of [email protected]:timtadh/pyflow More... about 17 years ago
Merge branch 'master' of [email protected]:timtadh/pyflow More... about 17 years ago
Code synthesized all the way up to 'expr' token. Well on the way to generating three address code. More... about 17 years ago
Code synthesized all the way up to 'expr' token. Well on the way to generating three address code. More... about 17 years ago
Three address code synthesis started. Watch how it is being synthesized up the tree. More... about 17 years ago
Renamed code.py to ircode.py to represent that it intermediate code. More... about 17 years ago
Added constants to c_types. More... about 17 years ago
Added procedure definitions to three address code. improved parameter passing representation. More... about 17 years ago
Added sanity test code to three address code representation in code.py More... about 17 years ago
Representation of statements for three address code is now complete, but not tested. More... about 17 years ago
Semantic representation of three address code added. It should be self documenting. More... about 17 years ago
The type of an identifier now inherits down the tree. The sweetness in this idea will follow. More... about 17 years ago
function_definition now has it attrs.identifier correctly set. So work can begin on getting the function body generated. More... about 17 years ago
The parser now correctly places symbols in the symbol table and correctly finds already declared symbols. More... about 17 years ago
Symbol table updated to implement scope. More... about 17 years ago
Merge branch 'master' of [email protected]:timtadh/pyflow More... about 17 years ago
Now the attributes are stored in ast.Node.attrs this will allow for more flexible design for synthesizing attributes. More... about 17 years ago
Now the attributes are stored in ast.Node.attrs this will allow for more flexible design for synthesizing attributes. More... about 17 years ago
Merge branch 'master' of [email protected]:timtadh/pyflow More... about 17 years ago
Removing useless files. More... about 17 years ago
Removing useless files. More... about 17 years ago
Work on getting types to be synthesized up the AST. More work necessary to make the process more general. More... about 17 years ago
TypedefTable finished More... about 17 years ago
Removed update_symbol(identifier) function from SymbolTable More... about 17 years ago
SymbolTable class added More... about 17 years ago
Added some more C code to test. Re-arranged some code. More... about 17 years ago
still trying to fix things More... about 17 years ago
Started work on the SymbolTable it can be found in table.py More... about 17 years ago