aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/parser/run_lemon.bat
blob: 3b74bbb9c0ede2a09203acae525bc2e391c27cd5 (plain) (blame)
1
2
3
4
5
6
7
@echo off
set LEMON=C:\utils\lemon.exe

rem %LEMON% -l -q -s sqlite3_parse.y
rem %LEMON% -l -p sqlite3_parse.y
%LEMON% -l -q sqlite3_parse.y
move sqlite3_parse.c sqlite3_parse.cpp