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

cycleCount escape valve for purr #7

Open nmorse opened 4 years ago

nmorse commented 4 years ago

purr() should return an unfinished stack and program list (combined) if the maximum cycle count is exceeded. Same for the development interpreter.