5388:1e7254b5c637 | 5389:9b1c800daff3 |
---|---|
3 # Copyright 2010-2012 Zynga Inc. | 3 # Copyright 2010-2012 Zynga Inc. |
4 # | 4 # |
5 | 5 |
6 # | 6 # |
7 # minimized for using just the parser within eric6 | 7 # minimized for using just the parser within eric6 |
8 # Copyright (c) 2013 - 2016 Detlev Offenbach <detlev@die-offenbachs.de> | 8 # Copyright (c) 2013 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> |
9 # | 9 # |
10 | 10 |
11 from __future__ import unicode_literals | 11 from __future__ import unicode_literals |
12 | 12 |
13 pseudoTypes = set(["any", "var", "undefined", "null", "true", "false", "this", | 13 pseudoTypes = set(["any", "var", "undefined", "null", "true", "false", "this", |