Page 1 of 1

issue-#95 TextMapper Scanner & SETS

Posted: Tue Jan 26, 2016 3:20 pm
by Ivan Denisov
This voting is about issue-#95:
http://redmine.blackboxframework.org/issues/95
Discussion

The Scanner interprets "{2, 3 6}" as the legal set {2, 3, 6}.
Curiously the compiler recognises the first form as "illegal".

After suggested fix Set procedure check the syntax more accurately.

In addition two more bugs were fixed:
1. the 'start' position of a set was not set correctly
2. in case of detecting eot (end of text) inside a set, the result type
was sometimes 'invalid' and sometimes 'eot'. Now it is always 'invalid'.

The suggested differences:
http://redmine.blackboxframework.org/pr ... 22ba0cbbbc

The BlackBox version for testing:
http://blackboxframework.org/unstable/i ... a1.394.zip

Re: issue-#95 TextMapper Scanner & SETS

Posted: Wed Jan 27, 2016 4:09 pm
by Ivan Denisov