README

NAME

Slang::Subscripts - Allow subscripts in identifiers, just as digits

SYNOPSIS

  use Slang::Subscripts;

  my $xā‚ = 42; say $xā‚;  # 42

DESCRIPTION

Slang::Subscripts modifies the Raku grammar to make it possible to use numeric subscripts ā‚€ā‚ā‚‚ā‚ƒā‚„ā‚…ā‚†ā‚‡ā‚ˆā‚‰ at the end of identifiers.

CREDITS

Idea shamelessly copied from Slang::Piersing by Tobias Leich.

AUTHOR

Elizabeth Mattijsen [email protected]

COPYRIGHT AND LICENSE

Copyright 2019, 2021 Elizabeth Mattijsen

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

Slang::Subscripts v0.0.4

Allow subscripts in identifiers, just as digits

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Slang::Subscripts

Documentation

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