From 412c49503d4d983fa156f356e025907cd75e0ee5 Mon Sep 17 00:00:00 2001 From: Mauricio Verano Merino Date: Wed, 16 Sep 2020 15:25:59 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0571e37..a403f68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Kogi -DSL for defining Block-based Languages using Rascal+Blockly +Kogi is a tool for deriving block-based environments (BBE) from context-free grammars. It uses [Google Blockly](https://developers.google.com/blockly) to create the UI and [Rascal](https://www.rascal-mpl.org/) for the definition of grammars. +