comparison docs/lexer-algpseudocode.rst @ 194:403b500e0ed4

FIX: Syntax
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2026 11:54:49 +0200
parents af8eca1e9006
children b6a959c31bed
comparison
equal deleted inserted replaced
193:af8eca1e9006 194:403b500e0ed4
592 :language: algpseudocode 592 :language: algpseudocode
593 :lines: 2- 593 :lines: 2-
594 594
595 The fourth example is Wikipedia's pseudocode of the *Edmonds–Karp Algorithm* 595 The fourth example is Wikipedia's pseudocode of the *Edmonds–Karp Algorithm*
596 (see https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm) 596 (see https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm)
597 with a custom lexer that skip all ``ENDxxx`` keywords. 597 with a custom lexer which skips all ``ENDxxx`` keywords.
598 598
599 .. only:: builder_html 599 .. only:: builder_html
600 600
601 Its source code is in 601 Its source code is in
602 :download:`examples/algorithm-edmonds-karp.pseudocode`. 602 :download:`examples/algorithm-edmonds-karp.pseudocode`.