Metadata-Version: 2.1
Name: DSLTranslation
Version: 0.1.0
Summary: Translation of natural Domain Specific Language (DSL) commands into code.
Home-page: https://github.com/antononcube/Python-packages/tree/main/DSLTranslation
Author: Anton Antonov
Author-email: antononcube@posteo.net
Keywords: dsl,parser,interpreter,code generation,multi-language,nlp
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# DSL translation

## Introduction

This Python package provides the function `dsl_translation` that translated natural language commands
into executable code.

The translations are made via a dedicated Web service.
Here is the corresponding interactive interface: https://antononcube.shinyapps.io/DSL-evaluations .

------

## Usage examples



------

## References

