]>
Commit | Line | Data |
---|---|---|
ee6c04ef | 1 | #!/bin/bash |
b900e1a4 JF |
2 | ./apple-make.sh build-osx-i386 |
3 | echo "backup $(grep -c '^State ' build.osx-i386/lex.backup)" | |
4 | echo "states $(grep '^static .* yy_accept\[' build.osx-i386/lex.cy.cpp | sed -e 's/.*\[//;s/].*//') 3528" | |
5 | echo "jammed $(grep -F 'accepts: ['"$(grep 'jammed' build.osx-i386/lex.cy.cpp -B 3 | head -n 1 | sed -e 's/:$//;s/.* //')"']' build.osx-i386/lex.output | sed -e 's/.* # //;s/ .*//')" |