=begin pod =NAME Grammar::Version::Semantic =AUTHOR Patrick Spek <p.spek@tyil.work> =VERSION 0.0.0 =head1 Description A grammar for parsing the L<SemVer|https://semver.org/> spec in the L<Raku|https://raku.org/> programming language. =head1 Installation Install this module through L<zef|https://github.com/ugexe/zef>: =begin code :lang<sh> zef install Grammar::SemVer =end code =head1 Documentation Documentation is written as L<Pod6|https://docs.raku.org/language/pod> documents, and can be read with C<raku>'s C<--doc> option. =begin input raku --doc Grammar::Version::Semantic =end input At your option, you can also use prettier readers, such as L<C<p6doc>|https://modules.raku.org/search/?q=p6doc> or L<C<App::Rakuman>|https://modules.raku.org/dist/App::Rakuman:cpan:TYIL>. =begin input p6doc Grammar::Version::Semantic rakuman Grammar::Version::Semantic =end input =head1 License This module is distributed under the terms of the AGPL-3.0. =end pod