Packages

A transpiler from a Forth dialect to Elixir AST

Current section

Files

Jump to
exforth TODO.md
Raw

TODO.md

# ExForth TODO
Inspired by Forth and Factor
- [x] tokenizer
- [x] parser
- [x] translator
- [x] loader
- [x] native extensions (ex:)
- [x] core words
- [x] if-end-else
- [x] loops
- [x] do-blocks
- [x] quoted words
- [x] numbers
- [x] strings
- [x] tests
- [ ] tests in ExForth
- [ ] step-by-step debugger
- [ ] immediate words
- [ ] float
- [ ] REPL
- [ ] regular expressions
- [ ] string methods
- [ ] Elixir lambdas
- [ ] array
- [ ] custom types/structs
- [ ] GenServer/Agent/Task in ExForth