Tachyon icon indicating copy to clipboard operation
Tachyon copied to clipboard

Rename the parser module

Open jackprogramsjp opened this issue 4 years ago • 0 comments

Traceback (most recent call last):
  File "main.py", line 86, in <module>
    main()
  File "main.py", line 58, in main
    Parser = parser.Parser(tokens)
AttributeError: module 'parser' has no attribute 'Parser'

This is gonna occur because Python already has a "parser" module. Please rename the parser module.

jackprogramsjp avatar Aug 15 '20 06:08 jackprogramsjp