pounce-lang / js-core

Core elements of a Pounce (pounce-lang) interpreter, parser, preprocessor written in TypeScript. Pounce types are being developed (a preprocess type checker is in beta)
https://pounce-lang-show-case.netlify.app/
6 stars 0 forks source link

handle interpreter exceptions consistently #4

Open nmorse opened 4 years ago

nmorse commented 4 years ago

may need to change word definition functions to return a record(object) instead of an array. {status:"error", stack:s, program:pl, dictionary:wd, } {status:"ok",