run.bat

来自「C#编写的c#编译器」· Batch 代码 · 共 18 行

BAT
18
字号
echo off
cls

REM -trace
REM -traceLexer
REM -traceParser
REM -traceTreeParser
REM -diagnostic

cd Parse
java -cp G:\antlr-2.7.2 antlr.Tool csharp.g
cd..
REM copy G:\antlr-2.7.2\lib\csharp\src\obj\Debug\antlr.runtime.dll F:\Mediator\CSharp\
REM csc /out:CSharp.exe /warn:1 /nologo /R:F:\Mediator\CSharp\antlr.runtime.dll  Parse\*.cs Gen\*.cs Graph\*.cs View\*.cs Walk\*.cs

REM CSharp.exe test\cs2.in console

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?