Eric Taucher
Eric Taucher
I use SWI-Prolog on Windows 10 daily and had the same problem with the 1024 character limit. As noted by Jan there are many suggestions but the one I went...
That is not an option to fix the installer, no? You are right. My mistake.
Would that make sense? Don't know. Since I have never had the problem and can't reproduce it I can't drill down into it to verify/find the root cause and use...
See StackOverflow [answer](http://stackoverflow.com/a/31979185/1243762) **wordcount.jison** ``` %lex %options flex %{ if (!('chars' in yy)) { yy.chars = 0; yy.words = 0; yy.lines = 1; } %} %% [^ \t\n\r\f\v]+ { yy.words++;...