From 551515483854f372b288377b7a66c54e7a1bb89e Mon Sep 17 00:00:00 2001 From: Xnoe Date: Tue, 14 Jul 2020 00:19:31 +0100 Subject: [PATCH] Added README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00a8276 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# OCaml Python Interpreter + +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. + +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. + +This is a mostly failed project and I probably won't ever update it again. + +Treat the codebase as being under cc0.