-
-
04 Sep 2020 05:44:35 UTC
- Distribution: Ordeal-Model
- Module version: 0.004
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (214 / 0 / 18)
- Kwalitee
Bus factor: 1- 79.44% Coverage
- License: artistic_2
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (36.93KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Ordeal::Model::Parser - Parse shuffling expressions
DESCRIPTION
Avoid using this module directly, see Ordeal::Model instead.
METHODS
PARSE
Parse an expression and return an AST.
BUGS AND LIMITATIONS
The code leverages some experimental Perl features like signatures and postderef; for this reason, at least perl 5.20 will be needed.
Report bugs through GitHub (patches welcome) at https://github.com/polettix/Ordeal-Model.
SEE ALSO
AUTHOR
Flavio Poletti <polettix@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2018 by Flavio Poletti <polettix@cpan.org>
This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Module Install Instructions
To install Ordeal::Model, copy and paste the appropriate command in to your terminal.
cpanm Ordeal::Model
perl -MCPAN -e shell install Ordeal::Model
For more information on module installation, please visit the detailed CPAN module installation guide.