From 456925bf52be49fea588def73bdae676081d4075 Mon Sep 17 00:00:00 2001 From: Giovanni Grieco Date: Tue, 16 Mar 2021 16:26:46 +0100 Subject: [PATCH] Add README draft --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5082e79 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Splash + +Splash is a transpiler from C++ to Python to extend Visual Programming Language environment with basic +tools to configure and create simulation scenarios on IoD Sim. It was created during Formal Languages and Compilers +course by Sara Galasso and Giovanni Grieco. + +## Quick Start +This repository makes use of [vcpkg](https://github.com/microsoft/vcpkg)