SickGear/lib/js2py/legecy_translators/tokenize.py
2023-02-09 13:41:15 +00:00

4 lines
259 B
Python

from jsparser import *
from utils import *
# maybe I will try rewriting my parser in the future... Tokenizer makes things much easier and faster, unfortunately I
# did not know anything about parsers when I was starting this project so I invented my own.