📄 makefile
字号:
all=Test$C TypicalCompilerScannerByLolo$C TypicalCompilerScannerByOOlex$C TypicalCompilerScannerByJLex$C TimeUtil$C PrintTypicalCompilerSymbols$Cp=lolo.testprint=falseinclude ../../make/Makefile.$(OSTYPE)CLASSPATH=../..:oolex.jarJLEXJAR=JLex.jarclean:: rm -f *.ser input x* java.hprof.txt lolo jlex oolex TypicalCompilerScannerByJLex$Jtest2: all $(JAVA) $p.Testtest:: testLolo testOOlex testJLexPROPSLOLO=-DTypicalCompilerScannerByLolo.bufferSize=4096 \ -DPrintTypicalCompilerSymbols.print=$(print) \ #-DTypicalCompilerScannerByLolo.unicode=testLolo: all input ls -l input time $(JAVA) $(PROPSLOLO) $p.TypicalCompilerScannerByLolo input >loloPROPSOOLEX=-DTypicalCompilerScannerByOOlex.front=4096 \ -DTypicalCompilerScannerByOOlex.rear=4096 \ -DPrintTypicalCompilerSymbols.print=$(print)testOOlex: all input ls -l input time $(JAVA) $(PROPSOOLEX) $p.TypicalCompilerScannerByOOlex input >oolexPROPSJLEX=-DPrintTypicalCompilerSymbols.print=$(print)testJLex: all input ls -l input time $(JAVA) $(PROPSJLEX) $p.TypicalCompilerScannerByJLex input >jlexinput: find .. -name '*.java' -exec cat {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} \; > input ls -l input
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -