Help language development. Donate to The Perl Foundation

Slang::Subscripts zef:lizmat last updated on 2023-09-25

f190ef7c489ac1b49f8dcee6369c979fcf5b516a/

Actions Status

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]

Source can be located at: https://github.com/lizmat/Slang-Subscripts . Comments and Pull Requests are welcome.

If you like this module, or what I’m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2019, 2021, 2023 Elizabeth Mattijsen

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