Mercurial > lcfOS
view python/ppci/c3/__init__.py @ 323:e9fe6988497c
Used burg for generating expressions
author | Windel Bouwman |
---|---|
date | Thu, 30 Jan 2014 19:03:24 +0100 |
parents | e609d5296ee9 |
children |
line wrap: on
line source
""" This is the C3 language front end. """ from .parser import Parser from .lexer import Lexer from .codegenerator import CodeGenerator from .visitor import Visitor from .visitor import AstPrinter from .builder import Builder