aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/parser/run_lemon.sh
blob: 9ed260cf474054d9c1f36b3201ead308aeb18c1e (plain) (blame)
1
2
3
4
5
#!/bin/sh

#lemon -l -q -s sqlite3_parse.y
~/lemon -l -q sqlite3_parse.y
mv sqlite3_parse.c sqlite3_parse.cpp