[Gccpy-devel] [redbrain/gccpy] a14124: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-07-10 15:57:49
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: a141244e77aaada67a1ad5eec0a78837365bc8d5 https://github.com/redbrain/gccpy/commit/a141244e77aaada67a1ad5eec0a78837365bc8d5 Author: Philip Herron <red...@gc...> Date: 2013-07-10 (Wed, 10 Jul 2013) Changed paths: M gcc/python/dot-dot.h M gcc/python/dot-pass-dot-PrettyPrint.cc M gcc/python/dot-pass-generic.cc M gcc/python/dot.cc M gcc/python/py-parser.y M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-object-integer.c Log Message: ----------- GCCPY: * Fix != to be parsed correctly * Fix prettyprinter to output != * Add != binop to integer object * throw fatal_error in compilation on unable to find identifier in expr |