]> granicus.if.org Git - re2c/commit
Continued adding "--skeleton" switch.
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 2 Apr 2015 14:31:14 +0000 (15:31 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 2 Apr 2015 14:31:14 +0000 (15:31 +0100)
commit5818aee2c96705bc57d60c7ad3dc74f2fce80703
tree348e049d70d427b073f594dc6710a40b54873bbb
parent6b18c883542c228e72dc9401d8a323d0c71b1856
Continued adding "--skeleton" switch.

A naive attempt to generate input strings from DFA. The problem is,
if the number of spans equals 1, it's hard to determine whether
it's some kind of a 'transit' state or a normal state with just one
span. All states have spans, but do they use them? The situation is
further complicated with 'readCh' which makes it hard to trace how
actions influence input operations.
re2c/code.cc
re2c/dfa.cc
re2c/dfa.h
re2c/go.h