JetJadeja / Tanzine

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

Python Error Not Covered By Parser: (IndexError: string index out of range) #13

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/732101141050949672

Tanzine Code:

@RUN@ (,\)

Python Error:

Traceback (most recent call last):
  File "run.py", line 10, in <module>
    parser.Parse()
  File "/Users/benmayer/Desktop/tanzine-bot/tokens.py", line 276, in Parse
    if func[0] == '@':
IndexError: string index out of range
JetJadeja commented 4 years ago

Error: Invalid Funtion Name Message: This error may have been caused by a function name starting with "," @RUN@ (,)

^^^^^^^^^^^