How to Install and Uninstall python312-textX Package on openSuSE Tumbleweed
Last updated: November 14,2024
1. Install "python312-textX" package
This guide covers the steps necessary to install python312-textX on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-textX
Copied
2. Uninstall "python312-textX" package
This guide covers the steps necessary to uninstall python312-textX on openSuSE Tumbleweed:
$
sudo zypper remove
python312-textX
Copied
3. Information about the python312-textX package on openSuSE Tumbleweed
Information for package python312-textX:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-textX
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 744.8 KiB
Installed : No
Status : not installed
Source package : python-textX-3.1.1-2.1.src
Upstream URL : https://textx.github.io/textX/stable/
Summary : Meta-language for DSL implementation inspired by Xtext
Description :
textX is a meta-language for building Domain-Specific Languages (DSLs) in Python.
It is inspired by Xtext.
From a single language description (grammar), textX will build a
parser and a meta-model (a.k.a. abstract syntax) for textual
languages. Own languages can be invented or support for already
existing textual language or file format be built.
textX follows the syntax and semantics of Xtext, but differs in some places
and is implemented in Python using the Arpeggio PEG parser - no grammar
ambiguities, unlimited lookahead, interpreter style of work.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-textX
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 744.8 KiB
Installed : No
Status : not installed
Source package : python-textX-3.1.1-2.1.src
Upstream URL : https://textx.github.io/textX/stable/
Summary : Meta-language for DSL implementation inspired by Xtext
Description :
textX is a meta-language for building Domain-Specific Languages (DSLs) in Python.
It is inspired by Xtext.
From a single language description (grammar), textX will build a
parser and a meta-model (a.k.a. abstract syntax) for textual
languages. Own languages can be invented or support for already
existing textual language or file format be built.
textX follows the syntax and semantics of Xtext, but differs in some places
and is implemented in Python using the Arpeggio PEG parser - no grammar
ambiguities, unlimited lookahead, interpreter style of work.