Go to file
2024-03-30 14:38:42 +03:00
.gitignore gitignore 2024-03-26 21:02:54 +02:00
cpq.py compile a file(into another file) 2024-03-30 14:38:42 +03: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 properly handle relop and fix switch cases 2024-03-27 17:44:35 +02:00
parser.py compile a file(into another file) 2024-03-30 14:38:42 +03:00
README.md compile a file(into another file) 2024-03-30 14:38:42 +03:00
test.ou compile a file(into another file) 2024-03-30 14:38:42 +03:00
test.qud compile a file(into another file) 2024-03-30 14:38:42 +03:00

Todo

  • Error handling(so it wont just print sly: unexpected token or whatever it says)
  • Proper readme about files
  • Make cpq.py act as a cmd util - get input and output and such