diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cd00d01a721d51906aede9878619a18d583468d6 --- /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.