Translate expressions properly, with parentheses depending on precedence, translate...
authorNick Downing <nick@ndcode.org>
Sun, 13 Jan 2019 07:02:44 +0000 (18:02 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 13 Jan 2019 07:02:44 +0000 (18:02 +1100)
commit039a2679b99e0cc6f3f98e88bfa8c321b9caa9e5
treef7c48ee972feaf8f6e60fbf271c5e5b3bdbfb2f0
parent76584ef4cc80b00d07c208bb2aef699fd9faffa1
Translate expressions properly, with parentheses depending on precedence, translate if/else, for, while, do/while, continue, break statements in emulated way
ansi_c.l
ansi_c.y
ast.py