From f9f60a148f6f1348437b321fe5463e45dc8cfec1a5693b021370a0a065deda86 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 18 Feb 2018 20:59:15 +0000 Subject: [PATCH] Accepting request 577862 from home:jengelh:branches:devel:languages:python - Compact description OBS-URL: https://build.opensuse.org/request/show/577862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=3 --- python-textX.changes | 5 +++++ python-textX.spec | 13 +++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/python-textX.changes b/python-textX.changes index e19cc1f..8f47a4e 100644 --- a/python-textX.changes +++ b/python-textX.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 18 18:52:02 UTC 2018 - jengelh@inai.de + +- Compact description + ------------------------------------------------------------------- Wed Jan 31 13:41:03 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-textX.spec b/python-textX.spec index 762bf05..340fa4e 100644 --- a/python-textX.spec +++ b/python-textX.spec @@ -52,16 +52,13 @@ Group: Documentation/Other 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. +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 100% in Python using Arpeggio PEG parser - no grammar +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. %prep