⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.svn-base

📁 这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形
💻 SVN-BASE
字号:
MV_F = perl -MFile::Copy -e "File::Copy::mv(@ARGV)"RM_F = perl -MExtUtils::Command -e rm_fGRAMMAR = grammar/ru.grammarPM_FILES = lib/ru/AST/Components.pm lib/ru/AST/Productions.pm \           lib/ru/AST/Production.pm lib/ru/Parser.pmLEFTOP_TT = template/leftop.pm.tt.PHONY: all test clean build docall: $(PM_FILES) #$(SCRIPTS) $(T_MODULES) $(T_SCRIPTS)lib/ru/AST/Components.pm: $(LEFTOP_TT)	tpage --define parent=component_list --define child=component \		--define op=no --define "key=component(s)" $< > $@lib/ru/AST/Productions.pm: $(LEFTOP_TT)	tpage --define parent=production_list --define child=production \		--define op=no --define "key=production(s)" $< > $@lib/ru/AST/Production.pm: $(LEFTOP_TT)	tpage --define parent=production --define child=item \		--define op=no --define "key=item(s)" $< > $@lib/ru/Parser.pm: $(GRAMMAR)	perl -MParse::RecDescent - $< ru::Parser	$(MV_F) Parser.pm lib/ru/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -