[Gccpy-devel] [redbrain/gccpy] 33317f: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-07-10 10:23:18
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: 33317f2c2f6a9e03948edc0e59cf28d31aca6f26 https://github.com/redbrain/gccpy/commit/33317f2c2f6a9e03948edc0e59cf28d31aca6f26 Author: Philip Herron <red...@gc...> Date: 2013-07-10 (Wed, 10 Jul 2013) Changed paths: 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-list.c Log Message: ----------- GCCPY: * Fix gpy-object-list.c to implement its own vector * Implement getSlice for accesing an element of a compount type like a string or list * Implement getRefSlice for assignment for slices such that x [2] = 77 is valid operation |