retroforth/example
crc 8e0c4dd16b add two new examples from Kiyoshi
FossilOrigin-Name: 4f930733947c1331f846262d820152b2a6276dc9cd7cf1fa307129dbff71157c
2019-02-06 12:45:02 +00:00
..
iOS gopher client: fix several memory leaks 2019-02-01 21:58:43 +00:00
1D-Cellular-Automota.forth
99Bottles.forth
Abort.forth add Abort.forth from Kiyoshi 2019-02-06 03:26:35 +00:00
accumulator.forth
AddingVectors.forth
Assertions.forth
Atua-WWW.forth
Atua.forth
Autopsy.forth
Buffer.forth Add Buffer example 2019-01-19 18:31:34 +00:00
Byte_Addressing.forth
CaptureOutput.forth new example: capture output to a string 2019-01-19 14:22:21 +00:00
Casket-HTTP.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
Cat.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
Chess.forth
defstruct.forth
DictionaryStats.forth
Disassembler.forth
DisplayNames.forth
Echo.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
edit.forth more fixes from Kiyoshi 2019-02-04 12:11:28 +00:00
EvaluateString.forth add two new examples from Kiyoshi 2019-02-06 12:45:02 +00:00
FloatingPointEncoding.forth more fixes from Kiyoshi 2019-02-04 12:11:28 +00:00
Forget.forth add two new examples from Kiyoshi 2019-02-06 12:45:02 +00:00
GCD.forth
hanoi.forth
HTML.forth new example: html generation using combinators 2019-01-24 17:49:29 +00:00
is-palindrome.forth
is-pangram.forth
IterativeFibonacci.forth
KeyValueStore.forth example: refactor the key value store a little 2019-01-15 18:00:35 +00:00
LeastCommonMultiple.forth
LightWeightFlowControl.forth
Marker.forth add example of a Marker word to restore the dictionary and heap pointers 2019-01-23 01:50:05 +00:00
Matrix.forth
Naming_Quotes.forth new example: naming quotes 2019-01-31 21:37:28 +00:00
net_fetch.forth new example: using pipes and curl to make network requests 2019-01-18 17:33:31 +00:00
NumbersWithoutPrefix.forth
Parse-UPS.forth
paste.forth new example: s:paste word for use w/shared.forth 2019-01-19 05:29:15 +00:00
Paste_to_Sprunge.forth Add Paste to Sprunge example 2019-01-19 16:42:24 +00:00
Primes.forth
quad.forth
RecursiveFactorial.forth
RecursiveFibonacci.forth
retro-embedimage.forth add retro-embedimage in retro 2019-02-03 04:06:16 +00:00
retro-extend.forth retro-extend.forth: some refactoring 2019-01-30 14:42:19 +00:00
retro-muri.forth fix some bugs 2019-01-29 23:05:48 +00:00
retro-unu.forth
Roo.forth fix comment typo 2019-02-03 04:11:32 +00:00
rot13.forth
Save_and_Restore_Stack.forth new example of saving & restoring the stack 2019-01-18 17:58:40 +00:00
share.forth add share+shared (personal pastebin) to examples 2019-01-18 21:33:49 +00:00
shared.forth add share+shared (personal pastebin) to examples 2019-01-18 21:33:49 +00:00
sort-on-stack.forth
StringToNumberWithBase.forth
TokenizeString.forth
TopOfAddressStack.forth
Tuporo.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
unicode.forth
uudecode.forth add uudecode example 2019-01-26 04:29:24 +00:00
uuencode.forth new example: uuencode 2019-01-25 21:52:15 +00:00
VT100.forth