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

📄 readme

📁 java语法解释器生成器
💻
字号:
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 + -