Update Makefile to make it compile with recent pilex
[c_to_python.git] / l_to_python.py
2019-01-29 Nick DowningUpdate to pitree.git commit 5cba525
2019-01-28 Nick DowningUse ansi_c.t, get rid of old AST generator and stripper
2019-01-17 Nick DowningFine tune whitespace, which node tags are translated...
2019-01-16 Nick DowningFirst cut at translating scan-code.l and scan-gram...
2019-01-14 Nick DowningFirst cut at y_to_python.py, need to normalize whitespa...
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-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 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...