Continued work on parser, now calling functions and rolling correctly
This commit is contained in:
@@ -2,7 +2,7 @@ import ParseNode from '/imports/parser/parseTree/ParseNode.js';
|
||||
|
||||
export default class ErrorNode extends ParseNode {
|
||||
constructor({node, error}) {
|
||||
super();
|
||||
super(...arguments);
|
||||
this.node = node;
|
||||
this.error = error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user