No description
Find a file
2024-03-26 21:02:54 +02:00
.gitignore gitignore 2024-03-26 21:02:54 +02:00
cpq.py gitignore 2024-03-26 21:02:54 +02:00
helper.py gitignore 2024-03-26 21:02:54 +02:00
items.py gitignore 2024-03-26 21:02:54 +02:00
lexer.py gitignore 2024-03-26 21:02:54 +02:00
parser.py gitignore 2024-03-26 21:02:54 +02:00
README.md gitignore 2024-03-26 21:02:54 +02:00

Todo

  • Error handling(so it wont just print sly: unexpected token or whatever it says)
  • Handle comparisons properly(==,!=,<=,>=,<,>)
  • Proper readme about files