📄 readme
字号:
This directory contains a scanner for a toy programming language.It is the example from the JLex website with some small modifications,to make it a bit more readable.It does nothing really useful, because there is no parser for thetoy programming language. It's just a demonstatration how a small simplescanner looks like.files:YYtoken.java: the tokens returned by the scannerUtility.java: small class collecting some utility functionssimple.flex: the example specificationtest.txt: sample inputoutput.good: output matching the sample input from test.txtMakefile: (for Unix only) make to generate scanner and run test make clean to remove generated files
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -