summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-09-07 13:14:47 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-09-07 13:14:47 +0200
commitb138117d4b00a2c285086e6181b10ca6fe6d58ef (patch)
tree159bc4b433c383ac7039e169fcabdaf1677e0a48 /README
parent4b8b3d3ceefcd4c37013b28a2133b963aeb2e639 (diff)
downloadi486tcc-linux-b138117d4b00a2c285086e6181b10ca6fe6d58ef.tar.gz
i486tcc-linux-b138117d4b00a2c285086e6181b10ca6fe6d58ef.tar.bz2
tested some minimal language interpreters
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 89b8a53..c23d2af 100644
--- a/README
+++ b/README
@@ -609,7 +609,18 @@ to abase).
- others
- byacc
- bison
-
+- minimal languages
+ - lua: is already minimal and easy to build, luajit would be nice to
+ have for lua 5.1
+ - microperl/miniperl
+ https://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html
+ seems not really be working anymore after perl 5.20
+ microperl 5.20 segfaults
+ - micropython: https://github.com/micropython/micropython
+ Their definition of micro is quite different from mine in terms of
+ size and library dependencies)
+ I also doubt it works with tcc, needs python3 on the host to build
+
other approaches
----------------