Read a configuration file: Difference between revisions

→‎{{header|Perl 6}}: Update to modern code. A little stricter about proto regex syntax
m (Comment cleanup)
(→‎{{header|Perl 6}}: Update to modern code. A little stricter about proto regex syntax)
Line 2,955:
 
=={{header|Perl 6}}==
{{Works with|rakudo|20162018.1103}}
 
 
Line 2,978:
}
 
proto token line() {{*}}
 
token line:misc { {} (\S+) { die "Unrecognized word: $0" } }
10,327

edits