Compiler/AST interpreter: Difference between revisions

Content added Content deleted
m (→‎{{header|Zig}}: update to Zig 0.11.0 - casting builtins renaming, fix errors from std library changes)
imported>Acediast
(→‎{{header|COBOL}}: Syntax highlighting.)
Line 1,624: Line 1,624:
Code by Steve Williams. Tested with GnuCOBOL 2.2.
Code by Steve Williams. Tested with GnuCOBOL 2.2.


<syntaxhighlight lang="cobol"> >>SOURCE FORMAT IS FREE
<syntaxhighlight lang="cobolfree"> >>SOURCE FORMAT IS FREE
identification division.
identification division.
*> this code is dedicated to the public domain
*> this code is dedicated to the public domain