c_to_python.git
2019-01-28 Nick DowningUse ansi_c.t, get rid of old AST generator and stripper
2019-01-27 Nick DowningRemove obsolete __repr__() and repr_serialize() on...
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-17 Nick DowningFine tune whitespace, which node tags are translated...
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 DowningFix up postprocessing so that 'y_tab.' is inserted...
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 DowningMinor adjustments, change xml_to_l.py to scan_to_l...
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 DowningMake it invoke the C preprocessor only once with all...
2018-08-05 Nick DowningFirst cut at l_to_python.py translator which reads...