log pygments_lexer_pseudocode2/bases.py @ 156:123aeb2de8aa

age author description
Wed, 06 May 2026 01:31:41 +0200 Franz Glasner An alternate multiline comment syntax using "(* ... *)".
Thu, 30 Apr 2026 13:21:38 +0200 Franz Glasner If a Pygments callback gets a "Context" it must set the new position explicitely.
Tue, 28 Apr 2026 19:29:28 +0200 Franz Glasner FIX: Python 2 needs a "staticmethod" on "op_fixed()" when called via the LexBase.
Tue, 28 Apr 2026 19:14:17 +0200 Franz Glasner Refactor: Make the "op_space()" and related methods more flexible and allow a given fixed token type and value
Tue, 28 Apr 2026 19:03:10 +0200 Franz Glasner Doc string
Tue, 28 Apr 2026 13:05:15 +0200 Franz Glasner Normalize whitespace handling for entity names
Tue, 28 Apr 2026 10:09:17 +0200 Franz Glasner Implement ignoring of \ENDxxx including its optional name parts
Mon, 27 Apr 2026 12:37:27 +0200 Franz Glasner Make the "py-name" rules parameterized: allow to provide the token type.
Sun, 26 Apr 2026 18:58:44 +0200 Franz Glasner First tests with "py-name": names from the Python lexer
Fri, 24 Apr 2026 19:01:10 +0200 Franz Glasner FIX: Proper string parsing: explicitely error out when single-line strings contain a linefeed
Fri, 24 Apr 2026 18:22:23 +0200 Franz Glasner Document where "multiline-nested-comment" is taken from
Fri, 24 Apr 2026 09:44:34 +0200 Franz Glasner Some basic keywords for programs, algorithms, procedures and functions; also comments (single and multiline) and "remarks"
Tue, 21 Apr 2026 19:40:08 +0200 Franz Glasner Begin a new Pseudocode lexer using numbers and strings from Python
Tue, 21 Apr 2026 12:33:17 +0200 Franz Glasner FIX: ADD: Forgotten bases.py.