Mercurial > lcfOS
comparison python/ppci/c3/lexer.py @ 322:44f336460c2a
Half of use of burg spec for arm
author | Windel Bouwman |
---|---|
date | Mon, 27 Jan 2014 19:58:07 +0100 |
parents | 8d07a4254f04 |
children | b8ad45b3a573 |
comparison
equal
deleted
inserted
replaced
321:8c569fbe60e4 | 322:44f336460c2a |
---|---|
1 import re | 1 import re |
2 from ppci import CompilerError, SourceLocation, Token | 2 from ppci import CompilerError, SourceLocation, Token |
3 import baselex | |
3 | 4 |
4 """ | 5 """ |
5 Lexical analyzer part. Splits the input character stream into tokens. | 6 Lexical analyzer part. Splits the input character stream into tokens. |
6 """ | 7 """ |
7 | 8 |