[Gccpy-devel] [redbrain/gccpy] 213b19: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-07-04 11:21:26
|
Branch: refs/heads/imports Home: https://github.com/redbrain/gccpy Commit: 213b1949f7020275a09cee84ed8ebc7fdedceb81 https://github.com/redbrain/gccpy/commit/213b1949f7020275a09cee84ed8ebc7fdedceb81 Author: redbrain <red...@gc...> Date: 2013-07-04 (Thu, 04 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/Makefile.am M libgpython/configure.ac M libgpython/include/gpython/objects.h M libgpython/include/gpython/runtime.h M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-object-class.c M libgpython/runtime/gpy-object-classmethod.c M libgpython/runtime/gpy-object-list.c A libgpython/runtime/gpy-object-module.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 |