Move FlexDFA generation into DFA.to_flex_dfa() consistent with other generators,...
authorNick Downing <downing.nick@gmail.com>
Wed, 8 Aug 2018 05:20:23 +0000 (15:20 +1000)
committerNick Downing <downing.nick@gmail.com>
Wed, 8 Aug 2018 06:08:30 +0000 (16:08 +1000)
commit166f43135c065741fac4db4dea26c3adb8a5155e
tree831d97b79d269ffec2c4d486e4c949aae60ca149
parent0fc00a7a44614bac9c891bfdbc425c453bcb2053
Move FlexDFA generation into DFA.to_flex_dfa() consistent with other generators, and skeleton filling code from flex_dfa.py to generate_flex.py
ast.sh
bootstrap_plex.py
dfa.py
flex_dfa.py
generate_ast.py [moved from generate.py with 100% similarity]
generate_flex.py [new file with mode: 0644]
regex.sh