comparison docs/lexer-algpseudocode.rst @ 290:3e2f7ca64894

More cross-references to "Explicit Token Types" in the docs
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 22 May 2026 12:48:39 +0200
parents 6fc7f9c1d89d
children a094305c5708
comparison
equal deleted inserted replaced
289:6fc7f9c1d89d 290:3e2f7ca64894
318 \TEXT{\RETURNS{Return 2\}} \RETURNS{Return 2} 318 \TEXT{\RETURNS{Return 2\}} \RETURNS{Return 2}
319 319
320 \TEXT{\CALL{a function\}(p1, p2)} \CALL{a function}(p1, p2) 320 \TEXT{\CALL{a function\}(p1, p2)} \CALL{a function}(p1, p2)
321 321
322 \TEXT{\NAME{an entity name\}} \NAME{an entity name} 322 \TEXT{\NAME{an entity name\}} \NAME{an entity name}
323
324 For a special command with two required parameters see `Explicit Token Types`_.
323 325
324 326
325 Commands With Optional Parameters 327 Commands With Optional Parameters
326 --------------------------------- 328 ---------------------------------
327 329
567 569
568 \text{• \\ttX{Generic.Not.Yet.Existing\}{∈_∌\}(p1, p2)} \ttX{Generic.Not.Yet.Existing}{∈_∌}(p1, p2) 570 \text{• \\ttX{Generic.Not.Yet.Existing\}{∈_∌\}(p1, p2)} \ttX{Generic.Not.Yet.Existing}{∈_∌}(p1, p2)
569 571
570 .. note:: Explicit token types work in all `expression` and `text` contexts. 572 .. note:: Explicit token types work in all `expression` and `text` contexts.
571 573
572 .. note:: Nested explicit token types are *not supported*. 574 .. note:: Nesting of explicit token types is *not supported*.
573 575
574 576
575 .. _escaping-rules: 577 .. _escaping-rules:
576 578
577 Escaping Rules 579 Escaping Rules