[Gccpy-devel] [redbrain/gccpy] c409fc: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-07-09 14:19:54
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: c409fc0cd8209bc558354e37bbb72ea42874755c https://github.com/redbrain/gccpy/commit/c409fc0cd8209bc558354e37bbb72ea42874755c Author: Philip Herron <red...@gc...> Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M gcc/python/dot-pass-dot-PrettyPrint.cc M gcc/python/dot-pass-generic.cc M gcc/python/dot.cc M gcc/python/gpy-runtime.cc M gcc/python/gpy-runtime.def M gcc/python/gpy-runtime.h M libgpython/Makefile.am M libgpython/Makefile.in M libgpython/autom4te.cache/requests M libgpython/include/gpython/objects.h M libgpython/include/gpython/runtime.h M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-object-integer.c M libgpython/runtime/gpy-object-list.c A libgpython/runtime/gpy-object-string.c Log Message: ----------- GCCPY: * Initial String Object - Assigning string objects works - Printing works - Stub for everything else is there... |