Form

A Raku implementation of Perl-style string formatting

NAME

Form - A Raku implementation of Perl-style string formatting

SYNOPSIS

use Form;

DESCRIPTION

An implementation of Perl's Form module, as described by Exegesis 7 and Damian Conway's Perl6::Form module.

This is a WORK IN PROGRESS and most likely doesn't work at any given time.

AUTHOR

Matthew Walton

Source can be located at: https://github.com/raku-community-modules/Form . Comments and Pull Requests are welcome.

TODO

  • DOCUMENTATION

  • Data specified as lists

  • Numeric fields with decimal separator and justification

  • Numeric fields with thousands separators and justification

  • Currencies

  • Rendering of Complex numbers (currently restricted to Real)

  • Everything else

COPYRIGHT AND LICENSE

Copyright 2009 - 2012 Matthew Walton

Copyright 2013 - 2022 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Form v1.0

A Raku implementation of Perl-style string formatting

Authors

    License

    Artistic-2.0

    Dependencies

    Test Dependencies

    Provides

    • Form
    • Form::Actions
    • Form::Field
    • Form::Grammar
    • Form::NumberFormatting
    • Form::TextFormatting
    • Form::Types

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.