[Gccpy-devel] [redbrain/gccpy] c91ce6: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-07-02 16:26:06
|
Branch: refs/heads/imports Home: https://github.com/redbrain/gccpy Commit: c91ce601c96838ec9eeb0240dc17fdbc4bd868e8 https://github.com/redbrain/gccpy/commit/c91ce601c96838ec9eeb0240dc17fdbc4bd868e8 Author: redbrain <red...@gc...> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M gcc/python/Make-lang.in M gcc/python/dot-pass-generic.cc M gcc/python/dot-tree.h M gcc/python/gpy-data-export.cc A gcc/python/gpy-import-lexer.l A gcc/python/gpy-import-parser.y M gcc/python/gpy-runtime.cc M gcc/python/gpy-runtime.def M gcc/python/gpy-runtime.h M gcc/python/lang.opt M gcc/python/py-lang.c M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-object-classmethod.c Log Message: ----------- GCCPY: * -fpy-dump-dot will specify dump out gccpy-il.dot and gccpy-types.dot DOT IL textural representation * Initial imports support you can now link multiple .py files together * Import hook and module definition is being created * Imports almost working * -fpy-gen-main spefiy which py file to be the main |