antononcube / Raku-DSL-Shared

Raku package for DSL shared utilities and grammar roles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raku DSL::Shared

This repository provides a Raku package for shared utilities and (grammar) roles for family of packages that translate Domains Specific Languages (DSLs) into executable programming languages code. (Also natural languages.)

Preliminary versions of the code in this repository can be found in the GitHub repository [AAr1].

The initial, "core" packages that use "DSL::Shared" are:

The package "DSL::Bulgarian", [AAp1], extends the English grammar based DSLs by providing Bulgarian language tokens that correspond to the English tokens.


Installation

Zef ecosystem:

zef install DSL::Shared

GitHub :

zef install https://github.com/antononcube/Raku-DSL-Shared.git

Roles to share

One of the main reason for making this package is to encapsulate and easily share grammar roles for making DSL translators.

Here is a list:

  • Error handling role

  • Common English terms and phrases role used in workflows from Machine Learning, Data Science, or Scientific Computing

  • Predicate specification role

  • List management commands role

  • User on-boarding role

  • Time intervals specifications role

  • Entity names parsing role


Utilities to share

The package provides several different types of utilities for making DSL translators.

  • Fuzzy matching functions

  • DSL meta-specifications processing functions

  • Universal command processing

  • Resource access class and role

Remark: Initial versions of the Finite State Machine classes were part of this package. Those classes were moved to "DSL::FiniteStateMachines", [AAp9]. Those initial versions are kept here since they are referenced in presentations.


Examples

The examples in the directory ./examples show the different roles provided by the package and how they can be utilized in different DSL commands.


References

Packages

[AAp1] Anton Antonov, DSL::Bulgarian Raku package, (2022), GitHub/antononcube.

[AAp2] Anton Antonov, Lingua::NumericWordForms, Raku project (2021-2022), GitHub/antononcube.

[AAp3] Anton Antonov, Grammar::TokenProcessing, Raku project (2022), GitHub/antononcube.

[AAp4] Anton Antonov, DSL::English::ClassificationWorkflows, Raku package, (2018-2022), GitHub/antononcube.

[AAp5] Anton Antonov, DSL::English::DataQueryWorkflows, Raku package, (2020-2022), GitHub/antononcube.

[AAp6] Anton Antonov, DSL::English::LatentSemanticAnalysisWorkflows, Raku package, (2018-2022), GitHub/antononcube.

[AAp7] Anton Antonov, DSL::English::QuantileRegressionWorkflows, Raku package, (2018-2022), GitHub/antononcube.

[AAp8] Anton Antonov, DSL::English::RecommenderWorkflows, Raku package, (2018-2022), GitHub/antononcube.

[AAp9] Anton Antonov, DSL::FiniteStateMachines, Raku package, (2021-2022), GitHub/antononcube.

[NLp1] Nick Logan, Text::Levenshtein::Damerau, Raku project (2016), GitHub/ugexe.

Repositories

[AAr1] Anton Antonov, Conversational Agents at GitHub, (2018-2022), GitHub/antononcube.

About

Raku package for DSL shared utilities and grammar roles.

License:Artistic License 2.0


Languages

Language:Raku 99.5%Language:Shell 0.5%