retroforth/example
crc 40141b5b5d move new autopsy into examples
FossilOrigin-Name: 5f7b18f7b9ff5f1e485abb35f0e9d007ed4ecc9232c3b7559153f89b26a5b54c
2018-04-12 16:19:32 +00:00
..
iOS add iOS-specific example: a text-based Gopher client 2017-12-11 02:30:45 +00:00
1D-Cellular-Automota.forth
99Bottles.forth
accumulator.forth
AddingVectors.forth
Atua-WWW.forth atua-www: use new style code blocks 2018-03-24 13:58:13 +00:00
Atua.forth
Autopsy.forth move new autopsy into examples 2018-04-12 16:19:32 +00:00
Cat.forth
Chess.forth
defstruct.forth add new example: defining structures 2018-04-03 21:02:56 +00:00
DictionaryStats.forth example/DictionaryStats now has average length w/o namespace 2017-10-24 14:55:53 +00:00
Disassembler.forth add d:lookup-xt to standard image 2017-10-29 02:09:56 +00:00
Echo.forth
edit.forth editor: add "new <filename>" to command line as option 2017-11-17 21:01:51 +00:00
GCD.forth
hanoi.forth more commentary on hanoi.forth 2017-10-22 18:50:54 +00:00
is-palindrome.forth shorter lines in example/is-palindrome.forth 2017-10-23 17:15:10 +00:00
is-pangram.forth example/is-pangram now has commentary 2017-10-23 14:46:35 +00:00
IterativeFibonacci.forth
LeastCommonMultiple.forth
NumbersWithoutPrefix.forth example/NumbersWithoutPrefix.forth - more commentary 2018-03-07 20:02:46 +00:00
Parse-UPS.forth
Primes.forth fix an issue that was causing memory corruption in the example/Primes.forth 2017-10-23 14:53:44 +00:00
quad.forth add quad quad* and quad@ as examples 2018-03-02 16:59:41 +00:00
RecursiveFactorial.forth
RecursiveFibonacci.forth
Roo.forth
rot13.forth
sort-on-stack.forth
StringToNumberWithBase.forth add n:binary-rep to examples 2017-12-12 19:35:57 +00:00
TokenizeString.forth fix bug in StringToNumberWithBase; add string tokenizer example 2017-10-22 19:30:47 +00:00
Tuporo.forth
unicode.forth
VT100.forth