Began work on rewriting parser without object orientation
Parsing is expensive, if the parse tree can be stored on the DB it can save a lot of compute time, but mongo can't store Classes, so we re-write without classes
This commit is contained in:
5
app/imports/parser/parseTree/_index.js
Normal file
5
app/imports/parser/parseTree/_index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import accessor from './accessor.js';
|
||||
|
||||
export default Object.freeze({
|
||||
accessor,
|
||||
});
|
||||
Reference in New Issue
Block a user