Files
create/src/Base/Parser.bat
Ladislav Michl ce82b109d5 Base: Quantity: rename lexer and parser files
Rename files according 7d233dc ("Gui: Rename generated lexer files
to match core naming pattern"). Note that C space errors (space
before tabs, spaces on blank lines, etc.) still need to be fixed
manually after regenerating lexer file.
2025-04-08 11:09:36 +02:00

3 lines
100 B
Batchfile

C:\cygwin\bin\flex.exe -oQuantity.lex.c Quantity.l
C:\cygwin\bin\bison -oQuantity.tab.c Quantity.y