rune
rune copied to clipboard
ᚱᚢᚾᛖ - A PHP Rule Engine toolkit
_The rule engine itself should not be aware of any type-information or meta-data from the context. When it comes to the context, the rule engine is only responsible of passing...
There isn't one standard way to provide type-info and each way usually has its own set of dependencies, so it's best if they were separated into their own package. The...
Move RuneEditor js/css to a separate GitHub repo and publish it via Bower/NPM + CDN. Link current examples to CDN (to avoid current repo to depend on bower/npm/plugins).
Most operations inside the editor do not really need jQuery, we're using only a small subset of jQuery's functionality. Some functionality can be easily replaced, but some other is more...
There are several reasons causing problems here: - [Reading one line of code](https://github.com/uuf6429/rune/blob/master/extra/codemirror/rune.js#L363) - this means that autocomplete ends/starts with lines, so a multiline expression will break - [Assumptions about...
This is very important functionality... types are not properly handled for method return. It might be tough to adapt regex mechanism to this purpose..
It will very helpful to have the ability to change language definitions in the Rune editor. To make this perform well, (since language definitions can be quite big), ideally there...