changeset 43:2ff88b76c661 draft

Add warning to README
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 23 May 2019 20:02:08 +0200
parents 24d3a2ae7031
children 990d234e1488
files README.md
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu May 23 20:01:15 2019 +0200
+++ b/README.md	Thu May 23 20:02:08 2019 +0200
@@ -43,3 +43,6 @@
 ).parse(ParseState("hello world 2.2"))
 # >> (['HELLO', 'WORLD', 4.4], ParseState(hello world 2.2<>))
 ```
+
+NOTE: pcombinators is super slow right now... it could likely benefit from tightening parsers and
+making fewer calls to sub-parsers. Production use isn't quite recommended :)