From 144873eede419c8dbf056cfb54a480d5709ade20 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Mon, 30 Mar 2020 16:05:16 +0200 Subject: [PATCH] add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0df6353 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# PNML for Relational RAGs + +A tool to read PNML XML files and transform them into ASTs of a relational RAG. + +The tool supports place-transition nets as defined in [ISO/IEC 15909-1:2019](https://www.iso.org/standard/67235.html). + +Reading is done using the [PNML Framework](https://pnml.lip6.fr/). + +The grammar is constructed automatically from the [ecore model](http://www.pnml.org/grammar.php) provided by [Pnml.org](http://www.pnml.org/). -- GitLab