From 3457f7d094667c1b5a509f76987149894b6e2622 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 26 May 2024 21:32:41 +0100 Subject: Not using match --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 316f5bf..a8e355d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a small functional programming language I wrote for fun inspired by [lis Still, it has a lexer and a parser, and some optimizations (like recursive tail calls, although they need to be tagged). -The only requirement is Python 3.10 or later. +The only requirement is Python 3. There are lots of limitations, but check [TODO](TODO.md) for some ideas to contribute. -- cgit v1.2.3