super-tiny-interpreter icon indicating copy to clipboard operation
super-tiny-interpreter copied to clipboard

Too few dependencies

Open irapha opened this issue 8 years ago • 2 comments

This should probably depend on more npm modules, like noop: https://github.com/euank/node-noop/blob/master/index.js

irapha avatar Mar 31 '16 17:03 irapha

Sadly that noop implementation is incompatible with the current implementation of our tokenizer and parser, as they return their first argument, not undefined like in that module. This is a good point though, and I will look into integrating left-pad

NicholasAntonov avatar Mar 31 '16 17:03 NicholasAntonov

That's a very good point. You should then look into this module

irapha avatar Mar 31 '16 18:03 irapha