more todos

This commit is contained in:
Torsten Ruger 2015-05-18 10:19:28 +03:00
parent d348e7afe7
commit 0aa603fa48

View File

@ -5,7 +5,8 @@ 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 - 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 could be skipped). Off course the possibility to link in another library would be nice
- utf8 support (string escaping) - utf8 support (string improvements generally)
- SOF writer / parser
- more ruby grammar niceties. At the moment i am keeping it simple, so if there is a way around it - 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 i won't implement it. Multi-assignments, all that chique where newline is used as expression demarcation
@ -23,6 +24,8 @@ someone with funding.
I hope to get the multi-machine architecture done at some point as i also want to port to Arduino I hope to get the multi-machine architecture done at some point as i also want to port to Arduino
Also i am starting to think an (register machine) interpreter would be a good idea for debugging.
Compliance Compliance
---------- ----------