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

📄 readme.txt

📁 a little DFA compiler.
💻 TXT
字号:
re2c lessons, (c) M. Boerger 2006001_upn_calculator	This lesson gets you started with re2c. In the end you will have an easy 	RPN calculator for use at command line.	You will learn about the basic interface of re2c when scanning input 	strings. How to detect the end of the input and use that to stop scanning 	in order to	avoid problems.	The lesson also contains a windows subdirectory to get you started in the 	Microsoft world.002_strip_comments	In this lesson you will learn how to use multiple scanner blocks and how 	to read the input from a file instead of a zero terminated string. In the 	end you will have a scanner that filters comments out of c source files 	but keeps re2c comments.

⌨️ 快捷键说明

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