test1.pl
来自「简单编译器的源代码,是大学课程设计内容,附简单测试用例」· PL 代码 · 共 20 行
PL
20 行
$ PL program test1 : 测试词法分析功能。
$ comment
$ abcedfghijklmnopqrstuvwxyz
$ ABCEDFGHIJKLMNOPQRSTUVWXYZ
$ 1234567890} !″#%&'()*+,-.
$ /:;<=>?@[\]_~ {}
$ special symbols
+ - * / \ < = > := & | ~
( ) [ ] , . ; [] ->
$ numberals
0 32767
$ words symbols
array begin const do od
end if fi proc call skip
integer boolean false true read write
$ names
abcedfghijklmnopqrstuvwxyz0123456789
ABCEDFGHIJKLMNOPQRSTUVWXYZ0123456789
DNA a12 ac Dna a12 aC a12 $endtext
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?