Remove obsolete way of initializing AST elements with serialized (string) data
[c_to_python.git] / ast.py
2019-01-26 Nick DowningRemove obsolete way of initializing AST elements with...
2019-01-24 Nick DowningMinor adjustment since recent change to bootstrap_bison...
2019-01-18 Nick DowningImprove 'switch' translation so that 'case' and 'defaul...
2019-01-16 Nick DowningFirst cut at translating parse-gram.y from Bison, fix...
2019-01-16 Nick DowningFirst cut at translating scan-code.l and scan-gram...
2019-01-14 Nick DowningNormalize whitespace and indent in *.y.new, fix various...
2019-01-14 Nick DowningFirst cut at y_to_python.py, need to normalize whitespa...
2019-01-14 Nick DowningFix minor booboos in C concatenated strings and scan_to...
2019-01-13 Nick DowningGet l_to_python working again, implement more necessary...
2019-01-13 Nick DowningTranslate expressions properly, with parentheses depend...
2019-01-13 Nick DowningTranslate declarations properly, initialized to an...
2019-01-12 Nick DowningAdd type analysis system from ansi_c.py in regex.git...
2019-01-12 Nick DowningUse full grammar with %start translation_unit_opt,...
2019-01-12 Nick DowningReinstate the translation based on the new pilex/piyacc...
2019-01-10 Nick DowningChange to use pilex and piyacc with (?E{...}...) style...
2018-08-12 Nick DowningTranslate more C constructs, categorize identifiers... origin/master
2018-08-05 Nick DowningImplement basic Python translation, mainly indenting...
2018-08-05 Nick DowningFirst cut at l_to_python.py translator which reads...