Tue, 09 Jul 2013 19:30:56 +0200
Added a JavaScript parser to the file browser in order to show the structure of JavaScript files
# # Jasy - Web Tooling Framework # Copyright 2010-2012 Zynga Inc. # # # minimized for using just the parser within eric5 # Copyright (c) 2013 Detlev Offenbach <detlev@die-offenbachs.de> # pseudoTypes = set(["any", "var", "undefined", "null", "true", "false", "this", "arguments"]) builtinTypes = set(["Object", "String", "Number", "Boolean", "Array", "Function", "RegExp", "Date"])