From d477ce750aa360a226e02bebac06e4425aaf979f Mon Sep 17 00:00:00 2001 From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk> Date: Mon, 24 Feb 2020 17:18:24 +0000 Subject: [PATCH] Update lexer.py --- lexer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lexer.py b/lexer.py index 2fac1ca..1b71b90 100644 --- a/lexer.py +++ b/lexer.py @@ -38,7 +38,4 @@ def lex(raw): splitted = splitted[1:] print(tokens) -def isValid(): - pass - lex("Peel 300 g of potatoes and then cut into strips") \ No newline at end of file -- GitLab