Translate declarations properly, initialized to an initializer expression, a type...
authorNick Downing <nick@ndcode.org>
Sun, 13 Jan 2019 00:36:21 +0000 (11:36 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 13 Jan 2019 00:36:21 +0000 (11:36 +1100)
commit76584ef4cc80b00d07c208bb2aef699fd9faffa1
treef297c07296f79f167a7c41ceee6875cbeb0e285b
parentfbf61bde89a2916b32802a4e9260909000dd6a7a
Translate declarations properly, initialized to an initializer expression, a type-appropriate zero expression if at top level, or None (temporarily disable translation of statements since we now output lines directly, rather than an AST)
ansi_c.y
ast.py
c_to_python.py