topcoder-platform / expression-evaluator

This is a very simple version of a compiler expression evaluation. It can be used for parsing expressions without introducing the risk of script injection via `eval` method.
MIT License
0 stars 2 forks source link

Expression Evaluator

This is a very simple version of a compiler expression evaluation. It can be used for parsing expressions without introducing the risk of script injection via eval method.

Submission

For now we always should include updated prebuilt code into the repository. As for now for quick development we include this npm module directly as git repository.

To do so, run before commit:

npm run prepublish

Commands

License

MIT © Topcoder Inc.