overview.html
来自「JAVA在编译原理上的应用。」· HTML 代码 · 共 4 行
HTML
4 行
<body><i>lolo</i> is a lexical scanner system to extract symbols from a sequence of input characters belonging to the ASCII or Unicode sets. <i>lolo</i> scanners can be extended without access to the source code: symbol recognizers can be derived by inheritance and an executing scanner can be reconfigured for different contexts. Recognizer actions are represented by objects which may be replaced at any time. Recognizers need not be based on finite state automata; therefore, <i>lolo</i> can recognize symbols that systems like <i>lex</i> cannot recognize directly.<p>You find the lolo's homepage at <a href="http://www.inf.uos.de/bernd/lolo" target="_blank">http://www.inf.uos.de/bernd/lolo</a>.</body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?