JetJadeja / Tanzine

A Programming Language Interpreted in Python.
MIT License
6 stars 0 forks source link

Python Error Not Covered By Parser #2

Closed Tater-Bot closed 4 years ago

Tater-Bot commented 4 years ago

A Python error occurred when running this Tanzine: https://discordapp.com/channels/731302554784235520/731734335824330842/732067635071549451 Tanzine Code: @RUN@ (,) Python Error:

  File "run.py", line 10, in <module>
    parser.Parse()
  File "/Users/benmayer/Desktop/tanzine-bot/tokens.py", line 223, in Parse
    line = self.create_tokens()
  File "/Users/benmayer/Desktop/tanzine-bot/tokens.py", line 44, in create_tokens
    tokens_in_line.append(self.find_characters())
  File "/Users/benmayer/Desktop/tanzine-bot/tokens.py", line 59, in find_characters
    find = self.find_function()
  File "/Users/benmayer/Desktop/tanzine-bot/tokens.py", line 195, in find_function
    if current[0] == '@':
IndexError: string index out of range