Branch: refs/heads/imports
Home: https://github.com/redbrain/gccpy
Commit: cfdd9d6dcbeda1a199bc91bf345a8d72576c70fd
https://github.com/redbrain/gccpy/commit/cfdd9d6dcbeda1a199bc91bf345a8d72576c70fd
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:
* -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
|