makedos.bat
来自「Compiler generator toolset for Turbo/Bor」· Batch 代码 · 共 10 行
BAT
10 行
@echo off
rem **********************
rem .BAT file to compile Lex/Yacc with Borland Pascal 7.0 or earlier.
rem Output is a 16-bit real mode program.
rem Assumes Borland's Pascal command-line compiler 'tpc' is in your path.
rem **********************
tpc -m -l -$R- -$S- -$I- lex
tpc -m -l -$R- -$S- -$I- lexlib
tpc -m -l -$R- -$S- -$I- yacc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?