Format::Lisp - Common Lisp formatter

NAME

Format::Lisp - Common Lisp formatter

SYNOPSIS

my $fl = Format::Lisp.new; say $fl.format( "~~,,'~c:~c", ',', 'X' ); my $func = $fl.formatter( "x~ax" );

METHODS

  • format( Str $format-string, *@args )

Given a format string and the appropriate (if any) args, return the formatted output

Format::Lisp v0.0.2

Implement Common Lisp formatter for Raku

Authors

  • Jeffrey Goff

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Format::Lisp
  • Format::Lisp::Actions
  • Format::Lisp::Grammar

Documentation

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