makefile.meta.svn-base
来自「这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形」· SVN-BASE 代码 · 共 45 行
SVN-BASE
45 行
MV_F = perl -MFile::Copy -e "File::Copy::mv(@ARGV)"RM_F = perl -MExtUtils::Command -e rm_fGRAMMAR = grammar/re.grammarPM_FILES = lib/re/AST/Alternation.pm lib/re/AST/Concat.pm \ lib/re/Parser.pmLEFTOP_TT = template/leftop.pm.tt.PHONY: all test clean build docall: $(PM_FILES) #$(SCRIPTS) $(T_MODULES) $(T_SCRIPTS)lib/re/AST/Alternation.pm: $(LEFTOP_TT) tpage --define parent=alternation --define child=concat \ --define op=no --define "key=concat(s)" $< > $@lib/re/AST/Concat.pm: $(LEFTOP_TT) tpage --define parent=concat --define child=modified_atom \ --define op=no --define "key=modified_atom(s?)" $< > $@lib/re/Parser.pm: $(GRAMMAR) perl -MParse::RecDescent - $< re::Parser $(MV_F) Parser.pm lib/re/test: all prove -Ilib t/*/*.t t/*.tclean: $(RM_F) $(PM_FILES) t/re-Graph/g28.png t/re-NFA/nfa*.png t/re-DFA/dfa*.png \ t/re-DFA-Min/dfa*.png#win32-build.bat: template/win32-build.tt# tpage $< > $@#doc: doc/Language.html doc/Utilities.html doc/cn-zh/Journals.html#doc/cn-zh/%.html: doc/cn-zh/%.pod# podhtm -s ../Active.css -o $@ $<# $(RM_F) *.tmp#%.html: %.pod# podhtm -s Active.css -o $@ $<# $(RM_F) *.tmp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?