Mercurial > lcfOS
comparison python/ks/lexer.py @ 183:4fd075e8259c
Removed invalid imports
author | Windel Bouwman |
---|---|
date | Sat, 18 May 2013 18:30:26 +0200 |
parents | 91af0e40f868 |
children |
comparison
equal
deleted
inserted
replaced
182:e9b27f7193e3 | 183:4fd075e8259c |
---|---|
1 import collections, re | 1 import collections, re |
2 from ...core.errors import CompilerException | |
3 | 2 |
4 """ | 3 """ |
5 Lexical analyzer part. Splits the input character stream into tokens. | 4 Lexical analyzer part. Splits the input character stream into tokens. |
6 """ | 5 """ |
7 | 6 |