From a5374ee58b4c9a54d8a0d143a125cdbf92f86ca6 Mon Sep 17 00:00:00 2001
From: suehling <&ZWzajPrjQ#7>
Date: Sun, 15 Aug 2021 23:51:40 +0200
Subject: [PATCH] Extended README.MD

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index c8d1224..7aff34d 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
 * Source files in the L5 language need to end with ".l5"
 * Every clause needs to be in a seperate line.
 * One clause must be written in exactly one line. Empty lines are allowed, too.
+* The xecutables in this repository are intended to work on Windows.
+* Using GHC, the Haskell source files (Main modules) may be executed on any operating system.
 
 ### ML:
 * No errors have been recognized yet. No negations are accepted.
-- 
GitLab