Mercurial > lcfOS
comparison python/ppci/core/__init__.py @ 102:63937c8d1478
Fixes and start with ir generator
author | windel |
---|---|
date | Tue, 25 Dec 2012 11:11:24 +0100 |
parents | af0d7913677a |
children | ed230e947dc6 |
comparison
equal
deleted
inserted
replaced
101:af0d7913677a | 102:63937c8d1478 |
---|---|
1 from .instruction import * | 1 from .instruction import * |
2 from .function import * | 2 from .function import * |
3 from .value import * | 3 from .value import * |
4 from .bitreader import BitReader | 4 from .bitreader import BitReader |
5 from .errors import CompilerException | 5 from .errors import CompilerException |
6 from .module import Module | |
6 | 7 |
7 | 8 |
8 version='0.0.1' | 9 version='0.0.1' |
9 | 10 |