VolksForth Code
- Arrays -- An implementation of an array datastructure
- create: -- an implementation of CREATE:
- Sieve benchmark -- the classic Forth benchmark
- double-extension -- Double Cell 32bit arithmetics words
- Mini object oriented Forth -- Bernd Paysan MINIOOF adapted to VolksForth
- VolksForth decompiler -- the "see" decompiler
- Decompiler Tools -- tools for decompiling Forth
- String literal -- The S" word to create a string literal
- Infix interpreter extension -- Infix interpreter