integrated parser into graphite target editor
This commit is contained in:
@@ -11,11 +11,6 @@ define([
|
||||
StringLiteral: 6
|
||||
};
|
||||
|
||||
function Node(type, value) {
|
||||
this.type = type;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
function Parser(expression) {
|
||||
this.expression = expression;
|
||||
this.lexer = new Lexer(expression);
|
||||
|
||||
Reference in New Issue
Block a user