[Gccpy-devel] [redbrain/gccpy] 6f4ad5: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-05-22 18:28:21
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: 6f4ad566f5a9ca325efdab07a427d7900fef8b08 https://github.com/redbrain/gccpy/commit/6f4ad566f5a9ca325efdab07a427d7900fef8b08 Author: redbrain <red...@gc...> Date: 2013-05-22 (Wed, 22 May 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/gpy-runtime.cc M gcc/python/gpy-runtime.def M gcc/python/gpy-runtime.h M gcc/python/py-parser.y M libgpython/include/gpython/objects.h M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-object-integer.c M libgpython/runtime/gpy-object-list.c Log Message: ----------- GCCPY: * Added gpy_typedef_t - tp_slice for list slice support - Adds support for x = [1,2,3,4] x [1] - Lower/Upper bound slicing not implemented |