diff 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
line wrap: on
line diff
--- a/python/ppci/c3/lexer.py	Sun Jan 19 18:48:45 2014 +0100
+++ b/python/ppci/c3/lexer.py	Mon Jan 27 19:58:07 2014 +0100
@@ -1,5 +1,6 @@
 import re
 from ppci import CompilerError, SourceLocation, Token
+import baselex
 
 """
  Lexical analyzer part. Splits the input character stream into tokens.