Files
compiler-explorer/static/modes
Partouf fc7c5e4773 algol68: add COMMENT, co, #, and ¢ comment forms
The source TM grammar only handled { ... } block comments, but real
Algol 68 in the wild uses the four other RR-defined forms too:
COMMENT ... COMMENT, co ... co, # ... #, and ¢ ... ¢. Added each as a
push/pop state with a catch-all 'comment' rule for the body. With
ignoreCase already on, COMMENT/comment and CO/co both match.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 12:42:40 +02:00
..
2025-05-21 13:53:05 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-02-20 07:23:33 +00:00
2025-07-28 10:34:46 -05:00