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:
Code by Steve Williams. Tested with GnuCOBOL 2.2.
 
<syntaxhighlight lang="cobolcobolfree"> >>SOURCE FORMAT IS FREE
identification division.
*> this code is dedicated to the public domain