Add ansi_c repository:
authorNick Downing <nick@ndcode.org>
Sun, 19 Nov 2023 12:39:14 +0000 (23:39 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 19 Nov 2023 12:40:38 +0000 (23:40 +1100)
commit6f0974d127a3b42aad864e1878d84a6d068b9d96
treeae0764b41cf7bc4c5cde47fac8dec84144e0e7dc
parent48f59d923014c3d9b537ef31a0b6b343c0b90ee6
Add ansi_c repository:
* Initial commit, has scope analysis and beginnings of type analysis

In pilex:
* Modify text_to_python() to handle stray whitespace on otherwise blank line

In pitree:
* Fixes for TypeDict: a reference to AST.TypeString should have been AST.TypeStr, fix several bugs in the generate_serialize() routine that had never been tested
* Modify text_to_python() to handle stray whitespace on otherwise blank line

In piyacc:
* Modify ast_text_to_python() to handle stray whitespace on otherwise blank line
.gitmodules
ansi_c [new submodule]
pilex
pitree
piyacc