retroforth/example
crc 4e5b13cc7b cleanup publish
FossilOrigin-Name: f7a6164f44f6923c9785b92b800c2e13ee9f42cecaa291975ff301bb911d5ae3
2019-05-09 13:45:44 +00:00
..
fsl examples: add in a few files I ported from the FSL 2019-03-14 12:03:34 +00:00
iOS in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
sqlite3 add example of using sqlite3 via pipes 2019-05-01 14:02:34 +00:00
1D-Cellular-Automota.forth merge in some minor updates to the examples 2018-05-10 15:39:28 +00:00
99Bottles.forth merge in some minor updates to the examples 2018-05-10 15:39:28 +00:00
Abort.forth add Abort.forth from Kiyoshi 2019-02-06 03:26:35 +00:00
accumulator.forth updates to some examples 2018-06-20 13:03:22 +00:00
AddingVectors.forth updates to some examples 2018-06-20 13:03:22 +00:00
ANS-PICK-ROLL.forth new example: ANS PICK and ROLL words 2019-02-18 00:53:42 +00:00
Assertions.forth example: rename v:update-using to v:update 2019-05-03 19:02:28 +00:00
atua-gophermap.forth use pipe> in atua-gophermap.forth 2019-05-07 20:45:03 +00:00
Atua-WWW.forth use new executable name in Atua-WWW 2019-01-14 22:48:56 +00:00
Atua.forth rre: exit on stack over/underflow 2019-03-20 19:31:40 +00:00
Autopsy.forth Autopsy: fix address display in disassemble (thanks Kiyoshi) 2019-04-10 12:07:01 +00:00
Block-Editor.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
Buffer.forth Add Buffer example 2019-01-19 18:31:34 +00:00
bury.forth new example: burying a value on the stack 2019-05-09 12:33:34 +00:00
ByteAddressing.forth remove underscores from example filenames 2019-02-18 12:48:49 +00:00
CaptureOutput.forth new example: capture output to a string 2019-01-19 14:22:21 +00:00
Casket-HTTP.forth update casket http server w/scripting support 2019-02-13 19:18:20 +00:00
Cat.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
Chess.forth complete renaming of words in the examples 2018-05-07 16:36:37 +00:00
CloseParen.forth rename a:nth to a:th 2019-05-01 12:18:25 +00:00
compat.forth add example to aid in porting traditional Forth code to RETRO 2019-05-09 12:27:25 +00:00
defstruct.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
DictionaryAlias.forth new example from Kiyoshi: dictionary aliases 2019-04-10 12:37:22 +00:00
DictionaryStats.forth complete renaming of words in the examples 2018-05-07 16:36:37 +00:00
DictionaryUsedIn.forth example: d:used-in no longer leaves garbage on stack, add section on limitations, correct a typo 2019-04-17 11:58:17 +00:00
DisplayNames.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
Echo.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
EDA.forth new example: EDA.forth 2019-02-17 18:12:07 +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
export-as-html.forth add some notes on underscores in word names 2019-05-03 01:09:37 +00:00
FloatingPointEncoding.forth more fixes from Kiyoshi 2019-02-04 12:11:28 +00:00
FloatVar.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
Forget.forth add two new examples from Kiyoshi 2019-02-06 12:45:02 +00:00
GCD.forth no longer use ```` for code blocks; this fence sequence will be used for embedded tests in a later update 2018-04-25 16:57:28 +00:00
hanoi.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
HTML.forth new example: html generation using combinators 2019-01-24 17:49:29 +00:00
is-palindrome.forth updates to some examples 2018-06-20 13:03:22 +00:00
is-pangram.forth fix numerous spelling errors in examples (thanks hannah!) 2018-04-25 17:20:31 +00:00
IterativeFibonacci.forth no longer use ```` for code blocks; this fence sequence will be used for embedded tests in a later update 2018-04-25 16:57:28 +00:00
KeyValueStore.forth example: refactor the key value store a little 2019-01-15 18:00:35 +00:00
LeastCommonMultiple.forth no longer use ```` for code blocks; this fence sequence will be used for embedded tests in a later update 2018-04-25 16:57:28 +00:00
LightWeightFlowControl.forth minor updates to examples 2019-03-29 18:45:44 +00:00
mail.forth examples: fix bug in mail.forth 2019-05-03 14:51:35 +00:00
mandelbrot.forth add mandelbrot.forth to examples (thanks to john_ cephalopoda) 2019-05-02 19:31:09 +00:00
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 in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
NamingQuotes.forth remove underscores from example filenames 2019-02-18 12:48:49 +00:00
NetFetch.forth remove underscores from example filenames 2019-02-18 12:48:49 +00:00
NumbersWithoutPrefix.forth example/NumbersWithoutPrefix.forth - more commentary 2018-03-07 20:02:46 +00:00
Parse-UPS.forth complete renaming of words in the examples 2018-05-07 16:36:37 +00:00
paste.forth new example: s:paste word for use w/shared.forth 2019-01-19 05:29:15 +00:00
PasteToSprunge.forth remove underscores from example filenames 2019-02-18 12:48:49 +00:00
Primes.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
publish-examples.forth cleanup publish 2019-05-09 13:45:44 +00:00
quad.forth add quad quad* and quad@ as examples 2018-03-02 16:59:41 +00:00
RecursiveFactorial.forth no longer use ```` for code blocks; this fence sequence will be used for embedded tests in a later update 2018-04-25 16:57:28 +00:00
RecursiveFibonacci.forth no longer use ```` for code blocks; this fence sequence will be used for embedded tests in a later update 2018-04-25 16:57:28 +00:00
retro-embedimage.forth add retro-embedimage in retro 2019-02-03 04:06:16 +00:00
retro-extend.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
retro-muri.forth fix some bugs 2019-01-29 23:05:48 +00:00
retro-unu.forth add commentary to unu, muri 2018-11-19 21:08:11 +00:00
Roo.forth fix comment typo 2019-02-03 04:11:32 +00:00
rot13.forth some notes on rot13 2017-10-22 17:45:15 +00:00
Sandboxed-Dictionary.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
SaveAndRestoreStack.forth remove underscores from example filenames 2019-02-18 12:48:49 +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
shell.forth new example: shell.forth 2019-05-07 14:55:25 +00:00
sort-on-stack.forth minor updates to examples 2019-03-29 18:45:44 +00:00
StringToNumberWithBase.forth example: n:binary-rep correction for negative numbers 2019-04-23 13:40:40 +00:00
strip-html.forth add strip-html example 2019-03-14 20:01:00 +00:00
TokenizeString.forth fix bug in StringToNumberWithBase; add string tokenizer example 2017-10-22 19:30:47 +00:00
TokiPona-Translate.forth in which array: is shortend to a: 2019-04-24 14:02:15 +00:00
TopOfAddressStack.forth Remove tors 2018-06-20 13:13:43 +00:00
Tuporo.forth update binary names in the examples 2019-02-03 03:39:34 +00:00
unicode.forth complete renaming of words in the examples 2018-05-07 16:36:37 +00:00
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 fix incorrect stack, description for file:open<for-writing> 2019-02-08 17:31:51 +00:00