256 |
257 |
257 |
258 |
258 \newtheorem{theorem}{Theorem} |
259 \newtheorem{theorem}{Theorem} |
259 \newtheorem{lemma}{Lemma} |
260 \newtheorem{lemma}{Lemma} |
260 |
261 |
261 |
262 \newcommand\sflat[1][]{\textit{sflat} \, #1} |
262 |
263 \newcommand{\ASEQ}[3]{\textit{ASEQ}_{#1} \, #2 \, #3} |
263 \newcommand{\bderssimp}[2]{{#1} \backslash_{bsimp} {#2}} |
264 \newcommand{\bderssimp}[2]{#1 \backslash_{bsimp} #2} |
|
265 \newcommand{\rderssimp}[2]{#1 \backslash_{rsimp} #2} |
|
266 \newcommand{\sflataux}[1]{\lbracket #1 \rbracket} |
264 \newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}}% |
267 \newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}}% |
265 \newcommand{\ZERO}{\mbox{\bf 0}} |
268 \newcommand{\ZERO}{\mbox{\bf 0}} |
266 \newcommand{\ONE}{\mbox{\bf 1}} |
269 \newcommand{\ONE}{\mbox{\bf 1}} |
|
270 \newcommand{\AALTS}[2]{\XOR {\scriptstyle #1}\, #2} |
|
271 |
267 \def\lexer{\mathit{lexer}} |
272 \def\lexer{\mathit{lexer}} |
268 \def\mkeps{\mathit{mkeps}} |
273 \def\mkeps{\mathit{mkeps}} |
269 |
274 |
270 \def\AZERO{\textit{AZERO}} |
275 \def\AZERO{\textit{AZERO}} |
271 \def\AONE{\textit{AONE}} |
276 \def\AONE{\textit{AONE}} |
272 \def\ACHAR{\textit{ACHAR}} |
277 \def\ACHAR{\textit{ACHAR}} |
273 \def\ASEQ{\textit{ASEQ}} |
278 |
274 \def\AALTS{\textit{AALTS}} |
279 |
|
280 \def\ALTS{\textit{ALTS}} |
275 \def\ASTAR{\textit{ASTAR}} |
281 \def\ASTAR{\textit{ASTAR}} |
276 \def\DFA{\textit{DFA}} |
282 \def\DFA{\textit{DFA}} |
277 \def\bmkeps{\textit{bmkeps}} |
283 \def\bmkeps{\textit{bmkeps}} |
278 \def\retrieve{\textit{retrieve}} |
284 \def\retrieve{\textit{retrieve}} |
279 \def\blexer{\textit{blexer}} |
285 \def\blexer{\textit{blexer}} |
291 \def\S{\mathit{S}} |
297 \def\S{\mathit{S}} |
292 \def\rup{r^\uparrow} |
298 \def\rup{r^\uparrow} |
293 %\def\bderssimp{\mathit{bders}\_\mathit{simp}} |
299 %\def\bderssimp{\mathit{bders}\_\mathit{simp}} |
294 \def\distinctWith{\textit{distinctWith}} |
300 \def\distinctWith{\textit{distinctWith}} |
295 |
301 |
|
302 \def\rexp{\mathbf{rexp}} |
296 \def\simp{\mathit{simp}} |
303 \def\simp{\mathit{simp}} |
297 \def\simpALTs{\mathit{simp}\_\mathit{ALTs}} |
304 \def\simpALTs{\mathit{simp}\_\mathit{ALTs}} |
298 \def\map{\mathit{map}} |
305 \def\map{\mathit{map}} |
299 \def\distinct{\mathit{distinct}} |
306 \def\distinct{\mathit{distinct}} |
300 \def\blexersimp{\mathit{blexer}\_\mathit{simp}} |
307 \def\blexersimp{\mathit{blexer}\_\mathit{simp}} |
307 \def\rerase{\textit{rerase}} |
314 \def\rerase{\textit{rerase}} |
308 \def\erase{\textit{erase}} |
315 \def\erase{\textit{erase}} |
309 \def\STAR{\textit{STAR}} |
316 \def\STAR{\textit{STAR}} |
310 \def\flts{\textit{flts}} |
317 \def\flts{\textit{flts}} |
311 |
318 |
|
319 |
|
320 |
312 \end{abbreviations} |
321 \end{abbreviations} |
313 |
322 |
314 |
323 |
315 |
324 |
316 %---------------------------------------------------------------------------------------- |
325 %---------------------------------------------------------------------------------------- |