From 12c622ff65f9f10fabdf5798ee05fc943d095fd8 Mon Sep 17 00:00:00 2001 From: p9malino26 <29703546+p9malino26@users.noreply.github.com> Date: Thu, 14 Nov 2019 13:38:36 +0000 Subject: [PATCH] Create README.md Added basic info --- 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..cd00d01 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Barebones +An interpreter of the barebones language written in Java. + +Please note: this program is not well-polished and it may fail weirdly in some respects. For example, the comment system is not well-implemented and sometimes code can be executed even in comments! + +# Running +Just go into the src folder and compile all classes and run Main class. Tested with Java 11. + +Enjoy. -- GitLab