1A core strength of TinyExpr is that it is small and simple. This makes it easy
2to add new features. However, if we keep adding new features, it'll no longer
3be small or simple. In other words, each new feature corrodes away at the core
4strength of TinyExpr.
5
6If you want to add a new feature, and you expect me to merge it, please discuss
7it with me before you go to that work. Open an issue at
8https://github.com/codeplea/tinyexpr and let us know what you're proposing.
9
10Bug fixes are always welcome and appreciated, of course.
11