From c70481804a1e1d530f6ebbcd86063d41b1820eba Mon Sep 17 00:00:00 2001 From: Xnoe Date: Fri, 25 Sep 2020 11:33:51 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00a8276..a970991 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ By Xnoe. -This was this starting point of a very simple Python interpreter I wrote while learning OCaml. Originally my goal was to get it to a point where I could run calc.py inside it. +Ultra-basic starting point of a python interpreter. CC0. -Sadly, as the code grew larger, it became more and more unmanagable. It works... somewhat. Every python file except calc.py can run. Calc.py just ends up in an infinite loop at some stage. +Supoorts a variety of features, enough to run each example you can see listed alongside it in the git repo. -This is a mostly failed project and I probably won't ever update it again. +This was a project I made mostly for fun. -Treat the codebase as being under cc0. +Do note: The way I handled indentation is awful, and this was the first OCaml project I did, so... it's probably not very good :P