diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-26 21:32:41 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-26 21:32:41 +0100 |
commit | 3457f7d094667c1b5a509f76987149894b6e2622 (patch) | |
tree | fea128f5901bb08a0d4b4afe7d94127414e97ce4 /README.md | |
parent | 1df481f965e5cd5b16bbd39f5bbbbd6a9e4ebf91 (diff) | |
download | funco-3457f7d094667c1b5a509f76987149894b6e2622.tar.gz funco-3457f7d094667c1b5a509f76987149894b6e2622.zip |
Not using match
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |