arith worms
This commit is contained in:
parent
d0e98e54ce
commit
abebe5a0c1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def t_NUMBER(t):
|
||||||
|
|
||||||
def t_EXP(t):
|
def t_EXP(t):
|
||||||
r'\*\*'
|
r'\*\*'
|
||||||
pass
|
return t
|
||||||
|
|
||||||
lexer = ply.lex.lex()
|
lexer = ply.lex.lex()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue