summary refs log tree commit diff stats
path: root/lib/pure/pegs.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-18 14:54:26 +0100
committerAraq <rumpf_a@web.de>2014-12-18 14:54:26 +0100
commit280fa9624c0657032c671fec3ea7d9577ebf0642 (patch)
treefe51267f3f4fbdbfd45ab41df07230dc772d1e5e /lib/pure/pegs.nim
parentfaf8d07056c4c922bc44f2f970078307c5c04c05 (diff)
downloadNim-280fa9624c0657032c671fec3ea7d9577ebf0642.tar.gz
fixes #1496
Diffstat (limited to 'lib/pure/pegs.nim')
-rw-r--r--lib/pure/pegs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/pegs.nim b/lib/pure/pegs.nim
index 6eb7dee78..8b7554661 100644
--- a/lib/pure/pegs.nim
+++ b/lib/pure/pegs.nim
@@ -28,7 +28,7 @@ when useUnicode:
 
 const
   InlineThreshold = 5  ## number of leaves; -1 to disable inlining
-  MaxSubpatterns* = 10 ## defines the maximum number of subpatterns that
+  MaxSubpatterns* = 20 ## defines the maximum number of subpatterns that
                        ## can be captured. More subpatterns cannot be captured! 
 
 type