arith worms

This commit is contained in:
Christoph J. Scherr 2023-12-17 18:52:30 +01:00
parent d0e98e54ce
commit abebe5a0c1

View file

@ -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()