]> granicus.if.org Git - re2c/commit
Simplify handling of high/low spans.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 11 Mar 2015 10:52:05 +0000 (10:52 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 11 Mar 2015 10:52:05 +0000 (10:52 +0000)
commit22bd4fbc93a08613a2f7423159d76a0bad45435c
tree5cac391375ea9d88fa12a256838ccd43cdbf407e
parentf4b35b97a5a47cef834840eae7e3ab2163405238
Simplify handling of high/low spans.

Spans are already ordered, so to get high (wide) spans,
all we need is to find first span with upper bound >0x100
and point at it.
re2c/code.cc
re2c/dfa.h