[Gccpy-devel] [redbrain/gccpy] 492e45: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-07-04 22:00:44
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: 492e451101d17eeb9a0bd024047f55163f6df248 https://github.com/redbrain/gccpy/commit/492e451101d17eeb9a0bd024047f55163f6df248 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/Makefile.in M libgpython/aclocal.m4 M libgpython/autom4te.cache/output.0 M libgpython/autom4te.cache/output.1 M libgpython/autom4te.cache/output.2 M libgpython/autom4te.cache/requests M libgpython/autom4te.cache/traces.0 M libgpython/autom4te.cache/traces.1 M libgpython/autom4te.cache/traces.2 M libgpython/config.h.in M libgpython/configure 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 M libgpython/runtime/gpy-type-utils.c Log Message: ----------- GCCPY: Initial work on making imports work in gccpy * OPTION -fpy-dump-dot: - gccpy-il.dot Texutral dot il language - gccpy-types.dot Textural dot il types * OPTION -fpy-gen-main specify __GPY_entry hook in specified file to be the __main__ * Basic imports of foo1.py foo2.py working no module support or __init__.py file * You can now link multiple .py files together in a basic way |