1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
// See README.class-setup for a description of the dependency graph used here
// `touch classname/ALL' to recompile all class sources and sources of
// depending classes, using icmbuild
block
charrange
charclass // charrange
dfa // dfarow rules states ranges options
dfarow // rules states flextypes
dfas // rules dfa
// flextypes
generator // dfa dfas dfarow startconditions flextypes ranges states state
// options
interval
options
parser // state block options flextypes scanner rules charclass interval
// pattern
fpattern // flextypes interval charclass options states
ranges // flextypes states statestring
rule // block pattern flextypes states
rules // startconditions rule flextypes states pattern
scanner
startconditions
state // statestring statedata flextypes
states // state flextypes
statedata
statestring // statedata
|