ThirdParty/Jasy/jasy/js/tokenize/Tokenizer.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 2847
1843ef6e2656
child 5843
76eee727ccd9
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
8 # Authors: 8 # Authors:
9 # - Brendan Eich <brendan@mozilla.org> (Original JavaScript) (2004-2010) 9 # - Brendan Eich <brendan@mozilla.org> (Original JavaScript) (2004-2010)
10 # - Sebastian Werner <info@sebastian-werner.net> (Python Port) (2010) 10 # - Sebastian Werner <info@sebastian-werner.net> (Python Port) (2010)
11 # 11 #
12 12
13 from __future__ import unicode_literals # __IGNORE_WARNING__ 13 from __future__ import unicode_literals
14 14
15 import copy 15 import copy
16 16
17 import jasy.js.tokenize.Lang as Lang 17 import jasy.js.tokenize.Lang as Lang
18 import jasy.js.api.Comment as Comment 18 import jasy.js.api.Comment as Comment

eric ide

mercurial