Menu

Commit [r1803]  Maximize  Restore  History

re #375: implemented in compiler/interpreter, plus juggled around the grammar to explicitly exclude FunctionPrimaryPrefix/ShorthandFunctionPrimaryPrefix to avoid ambiguity with something like (function(a) {...})(a)

robdclark@mac.com 2005-07-24

changed /branches/OBJS375/oscript/oscript/OscriptInterpreter.java
changed /branches/OBJS375/oscript/oscript/build_parser
changed /branches/OBJS375/oscript/oscript/compiler/CompilerVisitor.java
changed /branches/OBJS375/oscript/oscript/data/Value.java
changed /branches/OBJS375/oscript/oscript/interpreter/EvaluateVisitor.java
changed /branches/OBJS375/oscript/oscript/oscript.jj
changed /branches/OBJS375/oscript/oscript/parser/OscriptParser.java
changed /branches/OBJS375/oscript/oscript/syntaxtree/CastExpression.java
changed /branches/OBJS375/oscript/oscript/syntaxtree/PrimaryPrefix.java
added /branches/OBJS375/oscript/oscript/syntaxtree/PrimaryPrefixNotFunction.java
changed /branches/OBJS375/oscript/oscript/visitor/DepthFirstVisitor.java
changed /branches/OBJS375/oscript/oscript/visitor/ExtensibleVisitor.java
changed /branches/OBJS375/oscript/oscript/visitor/ObjectDepthFirst.java
changed /branches/OBJS375/oscript/oscript/visitor/ObjectVisitor.java
changed /branches/OBJS375/oscript/oscript/visitor/TreeFormatter.java
changed /branches/OBJS375/oscript/oscript/visitor/Visitor.java
/branches/OBJS375/oscript/oscript/OscriptInterpreter.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/build_parser Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/compiler/CompilerVisitor.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/data/Value.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/interpreter/EvaluateVisitor.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/oscript.jj Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/parser/OscriptParser.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/syntaxtree/CastExpression.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/syntaxtree/PrimaryPrefix.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/syntaxtree/PrimaryPrefixNotFunction.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/visitor/DepthFirstVisitor.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/visitor/ExtensibleVisitor.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/visitor/ObjectDepthFirst.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/visitor/ObjectVisitor.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/visitor/TreeFormatter.java Diff Switch to side-by-side view
Loading...
/branches/OBJS375/oscript/oscript/visitor/Visitor.java Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.