Files
addon/lib/js2py/js2py_old/legecy_translators/tokenize.py
T
2019-12-03 18:11:56 +01:00

5 lines
255 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.