summaryrefslogtreecommitdiffstats
path: root/src/front/scope.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-04adapt parser for backend changesBenedikt Böhm1-7/+24
- emit a prologue/epilogue for functions - emit a "JMP main" instruction in the beginning - track the last function label across genrate calls - split scope in params and local variables (they have a different layout on the stack)
2009-07-02implement three-address-code objects instead of printfAndreas Nüßlein1-0/+3
2009-06-30implemented scope and most of astAndreas Nüßlein1-1/+19
2009-06-09simplify scope, symbol and typesBenedikt Böhm1-19/+5
2009-05-25add scope, and symbol class, obsoletes SymbolTableBenedikt Böhm1-0/+20