Starting to add types
This commit is contained in:
parent
a8e879289d
commit
3132b79aae
5 changed files with 203 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ store.viewport = { width: window.innerWidth, height: window.innerHeight };
|
|||
try {
|
||||
const tokens = tokenize(cgCode);
|
||||
const parser = new Parser(tokens, cgCode);
|
||||
const defs = parser.parse();
|
||||
const { definitions: defs } = parser.parse();
|
||||
loadDefinitions();
|
||||
|
||||
// TODO remove once we're booting from store, files are backup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue