dumb repl

This commit is contained in:
2022-12-03 01:58:45 +01:00
parent ce78d96a9c
commit 5296396107
4 changed files with 18 additions and 3 deletions

View File

@ -34,7 +34,6 @@ if __name__ == "__main__":
}
for expression in expressions:
try:
print(f"[green]== Parsing: [yellow]{expression}[/yellow] ==[/green]")
parse_expression(expression)
except Exception as e:
print(f"[red]Failed parsing {expression}[/red]: {e}")
print(f"[red]Failed on {expression}[/red]: {str(e)[0:40]}...")