Mercurial > lcfOS
diff python/ppci/c3/lexer.py @ 383:173e20a47fda
Added linker description loader
author | Windel Bouwman |
---|---|
date | Sun, 27 Apr 2014 17:40:39 +0200 |
parents | b8ad45b3a573 |
children | 6ae782a085e0 |
line wrap: on
line diff
--- a/python/ppci/c3/lexer.py Sun Apr 27 12:24:21 2014 +0200 +++ b/python/ppci/c3/lexer.py Sun Apr 27 17:40:39 2014 +0200 @@ -1,6 +1,6 @@ import re from ppci import CompilerError, SourceLocation, Token -import baselex +from baselex import BaseLexer """ Lexical analyzer part. Splits the input character stream into tokens.