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

📄 testscript

📁 一个编译器修改的例子
💻
字号:
#!/bin/sh#test macro for the compiler outputs#By Erick van Rijkfor SOURCEFILE in array char function  real record_undeclared test07 test15 test23 array2 equal \				function_check record3 smallerthan test08 test16 test24 array3 equality_operator_check \				globalassignment record_asm smallerthanequal test09 test17 test25 array_check equality_while_check \				record_decl_order test02 test10 test18 test26 b equality_while_if_check int record_equal \				test03 test11 test19 whiledo bool example not record_fun2 test04 test12 test20 \				wrong_return c  notequal record_rec_decl test05 test13 test21 callref for_check operator \				record_rec_decl2 test06 test14 test22 do	echo Running testfile $SOURCEFILE 	./cbf -I. -I../include ../example/$SOURCEFILE.ast	gcc -o ./testoutput/$SOURCEFILE"C" cb.c -L. -lcb	./testoutput/$SOURCEFILE"C" > ./testoutput/$SOURCEFILE"C".txt	cat ./testoutput/$SOURCEFILE"C".txt	echo "#############################################################"doneecho "testscript run"exit 0

⌨️ 快捷键说明

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