URL parser/URI parser ALGOL68: Difference between revisions

Content added Content deleted
(Created page with "==ALGOL 68 URI Parser== This is a URI parser implemented in Algol 68. The text can be cut-and-paste into an Algol 68 program or saved in a file and included in another program...")
 
Line 5: Line 5:
...</lang>
...</lang>


=={{header|ALGOL 68}}==
==[[Algol 68]]==
<lang algol68># URI parser #
<lang algol68># URI parser #