📄 readme
字号:
This is a small example of a standalone text substitution scanner.It reads a name after the keyword name and replaces all occurencesof "hello" by "hello <name> !". sample.inp contains a sample input for the scannerstandalone.flex the lexical specification for the scannerbuild.xml ant build fileto run the example use ant or type:jflex standalone.flexjavac Subst.javajava Subst sample.inp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -