Mercurial > lcfOS
comparison python/c3/__init__.py @ 204:de3a68f677a5
Added long comment to c3 parser
author | Windel Bouwman |
---|---|
date | Fri, 21 Jun 2013 15:01:08 +0200 |
parents | 598d3888a11c |
children | c1ccb1cb4cef |
comparison
equal
deleted
inserted
replaced
203:ca1ea402f6a1 | 204:de3a68f677a5 |
---|---|
1 | |
2 """ | |
3 This is the C3 language front end. | |
4 """ | |
5 | |
1 # Convenience imports: | 6 # Convenience imports: |
2 | 7 |
3 from .parser import Parser | 8 from .parser import Parser |
4 from .semantics import Semantics | 9 from .semantics import Semantics |
5 from .typecheck import TypeChecker | 10 from .typecheck import TypeChecker |