Flake issues

This commit is contained in:
Paul Tagliamonte 2012-12-15 17:44:38 -05:00
parent 8fff6eae4f
commit 45cf8ac453

View File

@ -2,6 +2,7 @@ from hy.lex.machine import Machine
from hy.lex.states import Idle
from hy.lex.errors import LexException
def tokenize(buff):
m = Machine(Idle)
m.process(buff)