Meta-language for DSL implementation inspired by Xtext
Project description
textX is a meta-language for building Domain-Specific Languages (DSLs) in Python. It is inspired by Xtext.
In a nutshell, textX will help you build your textual language in an easy way. You can invent your own language or build a support for already existing textual language or file format.
From a single language description (grammar) textX will build a parser and a meta-model (a.k.a. abstract syntax) for the language. See the docs for the details.
textX follows the syntax and semantics of Xtext but differs in some places and is implemented 100% in Python using Arpeggio PEG parser - no grammar ambiguities, unlimited lookahead, interpreter style of work.
The full documentation with tutorials is available at http://igordejanovic.net/textX/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file textX-1.4.tar.gz
.
File metadata
- Download URL: textX-1.4.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6112b73b2c4713630824f7c57f14b3919a2c1e32a8246c37b009378b6079665c |
|
MD5 | 0917028882be1657be04762b793f1942 |
|
BLAKE2b-256 | c803e6bb3dd58d43ddd2656e119475beb584e3aaf992f702484df55da975f637 |