Fine tune whitespace, which node tags are translated, addition of braces, etc
[c_to_python.git] / c_to_python.py
2019-01-13 Nick DowningTranslate declarations properly, initialized to an...
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...
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...