This repository provides a Raku package for shared utilities and (grammar) roles in the package context "DSL::".
("DSL" stands for "Domains Specific Language".)
The initial versions of the code in this repository can be found in the GitHub repository [AAr1].
## Utilities
One of the reasons for making this package is to encapsulate and easily share utilities for making DSL translators.
Here are "the first wave" utilities:
Modify token patterns to include fuzzy...