diff options
author | Bruce Wells <brucekwells@gmail.com> | 2020-04-11 03:40:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 03:40:21 +0300 |
commit | 7198653aef6eab55e1644eea9f16bf0dd0dc2edd (patch) | |
tree | e61d76954437062412493fb6436bf092ed4e4b40 /README.md | |
parent | 4955c639e1069ba3d3415d01a3368f09b000c2a7 (diff) |
Update documentation for PHPFUI/InstaDoc (#58)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -202,6 +202,10 @@ This will allow you to remove functions and operators if needed, or implement di Also note that you can replace an existing default operator by adding a new operator with the same regular expression string. For example if you just need to redefine TokenPlus, you can just add a new operator with the same regex string, in this case '\\+'. +## Documentation + +Full class documentation via [PHPFUI/InstaDoc](http://phpfui.com/?n=NXP&c=MathExecutor) + ## Future Enhancements -This package will continue to track currently supported versions of PHP. We recommend you keep PHP up-to-date. Currently the code will run under 5.6, but don't expect 5.6 support going forward. +This package will continue to track currently supported versions of PHP. PHP 7.1 and earlier support will be dropped when PHP 8 is released. |