readme
来自「java语法解释器生成器」· 代码 · 共 21 行
TXT
21 行
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 + =
减小字号Ctrl + -
显示快捷键?