root/trunk/dparser/cut_gram2

Revision 268, 153 bytes (checked in by BCS, 3 months ago)

added a bunch of stuff for processing the D html docs into a usable grammar (it's not all there but it will be at some point, I hope)

Line 
1 sed -nf gram.sed \
2         `grep -l bnf ../docsrc/html/*.html | \
3         grep -v -e abi -e asm -e lex -e htod -e traits` \
4     | uniq > gram.inp
5
6 #echo ";" >> gram.inp
Note: See TracBrowser for help on using the browser.