Add alias to debug the parser

This commit is contained in:
Jordan Eldredge 2019-06-25 23:18:27 -07:00
parent 7868ba9681
commit e18dfc8906

View File

@ -8,7 +8,8 @@
"test": "jest -u",
"tdd": "jest --watch",
"decompile": "cd reference/maki_decompiler_1.1 && perl mdc.pl ../../fixtures/standardframe.maki",
"interpret": "node ./cli.js ./fixtures/standardframe.maki"
"interpret": "node ./cli.js ./fixtures/standardframe.maki",
"debug": "node ./cli.js --inspect-brk ./fixtures/standardframe.maki"
},
"devDependencies": {
"glob": "^7.1.4",