]> git.saurik.com Git - cycript.git/blame_incremental - backtrack.sh
Allow multi-line editing and drop libedit support.
[cycript.git] / backtrack.sh
... / ...
CommitLineData
1#!/bin/bash
2./apple-make.sh build-osx-i386
3echo "backup $(grep -c '^State ' build.osx-i386/lex.backup)"
4echo "states $(grep '^static .* yy_accept\[' build.osx-i386/Scanner.cpp | sed -e 's/.*\[//;s/].*//') 3528"
5echo "jammed $(grep -F 'accepts: ['"$(grep 'jammed' build.osx-i386/Scanner.cpp -B 3 | head -n 1 | sed -e 's/:$//;s/.* //')"']' build.osx-i386/Scanner.output | sed -e 's/.* # //;s/ .*//')"