From 58c53c3b41242b88b9b9b41b2295b08fae33e5b9 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Tue, 29 Apr 2014 17:11:36 +0300 Subject: [PATCH] move to markdown ending --- README.md => README.markdown | 0 ToDo.md => ToDo.markdown | 7 +++++++ 2 files changed, 7 insertions(+) rename README.md => README.markdown (100%) rename ToDo.md => ToDo.markdown (71%) diff --git a/README.md b/README.markdown similarity index 100% rename from README.md rename to README.markdown diff --git a/ToDo.md b/ToDo.markdown similarity index 71% rename from ToDo.md rename to ToDo.markdown index 90d09345..61163196 100644 --- a/ToDo.md +++ b/ToDo.markdown @@ -1,6 +1,13 @@ ToDo ===== +Some things that would be nice . . (if you did them :-) ) + +- Better elf support. I think it should be relatively easy to produce an executable binary (so linking + could be skipped). Off course the possibility to link in another library would be nice +- utf8 support (string escaping) +- more ruby grammar niceties. At the moment i am keeping it simple, so if there is a way around it + i won't implement it. Multi-assignments, all that chique where newline is used as expression demarcation Or the list of things i am not even planning of tackling at the moment