hossbeast / fab

build optimally
GNU General Public License v3.0
4 stars 0 forks source link

fab - templates for bison tokens and flex states #47

Closed hossbeast closed 10 years ago

hossbeast commented 10 years ago

I have added std templates for generating bison states and flex tokens

i.e.

+[std.bison.tokens]($rdirs = $*)

(creates .y -> .tokens.[ch])

+[std.flex.states]($rdirs = $*)

(creates .l -> .states.[ch])