Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harrydowning/serl

Serl - A tool for creating and using languages through language configurations
https://github.com/harrydowning/serl

domain-specific-languages markup-languages python yaml

Last synced: 3 months ago
JSON representation

Serl - A tool for creating and using languages through language configurations

Awesome Lists containing this project

README

        

# Serl - A tool for creating and using languages





Serl (serialized languages) is a format and corresponding command line tool for creating and using textual domain specific or markup languages with arbitrary syntax. This is achieved through the concept of language configurations, which are YAML files for specifying language syntax and functionality, used by the tool to execute language programs. These configurations can then be linked, allowing languages to be used like any other command line tool.

Documentation can be found on [Read The Docs](https://serl.readthedocs.io/en/latest/index.html).

### Development Workflow
| Command | Description |
| ------- | ----------- |
| `pip install .` | Build/install locally |
| `serl help` | Show the tool command line help screen |
| `pytest tests` or `test.bat` | Run automated test suite |
| `py -m build` | Build distribution |
| `py -m twine upload dist/*` | Upload distribution |
| `sphinx-build -b html docs/source/ docs/build/html` | Build documentation |