aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-26 21:32:41 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-26 21:32:41 +0100
commit3457f7d094667c1b5a509f76987149894b6e2622 (patch)
treefea128f5901bb08a0d4b4afe7d94127414e97ce4 /README.md
parent1df481f965e5cd5b16bbd39f5bbbbd6a9e4ebf91 (diff)
downloadfunco-3457f7d094667c1b5a509f76987149894b6e2622.tar.gz
funco-3457f7d094667c1b5a509f76987149894b6e2622.zip
Not using match
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.