Browse Source

reduce maximum number of rewrite steps to 30.

Sander Mathijs van Veen 13 năm trước cách đây
mục cha
commit
61885a11ce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/parser.py

+ 1 - 1
src/parser.py

@@ -29,7 +29,7 @@ import re
 
 
 # Rewriting an expression is stopped after this number of steps is passed.
-MAXIMUM_REWRITE_STEPS = 100
+MAXIMUM_REWRITE_STEPS = 30
 
 
 # Check for n-ary operator in child nodes