preForth.git
2022-04-24 Nick DowningModify tokenizer to use a 1024-entry symbol table with... tokenizer_hash_table
2022-04-24 Nick DowningAdd CRC10/ATM (bit reversed) table generator and evaluator
2022-04-24 Nick DowningImplement DO/?DO/LOOP, as experimental ?DO didn't have... self_hosting_tokenizer
2022-04-24 Nick DowningImplement a new preForth/seedForth token eemit which...
2022-04-24 Nick DowningImplement eot token similar to the old bye token (so...
2022-04-24 Nick DowningRemap tokens so that EOT is no longer a seedForth token...
2022-04-24 Nick DowningMake ./seedForth-tokenizer self hosting (works, but...
2022-04-24 Nick DowningSplit out control flow words and a few others from...
2022-04-24 Nick DowningRationalize how echo is handled during the seedForthInt...
2022-04-24 Nick DowningMove most code from seedForthInteractive.seedsource...
2022-04-23 Nick DowningRationalize seedForth-tokenize.fs so that seedsource...
2022-04-23 Nick DowningMake key? use fdin instead of always STDIN_FILENO,...
2022-04-23 Nick DowningImplement built-in "cat" functionality in preForth...
2022-04-22 Nick DowningRemove duplicated code in seedForth-i386.pre, take... i386_improvements
2022-04-22 Nick DowningSplit seedforth-i386.pre further into header and body...
2022-04-22 Nick DowningSplit seedForth-i386.pre into machine dependent/less...
2022-04-22 Nick DowningRationalize the sections in assembly output, make code...
2022-04-22 Nick DowningRationalize how cr is emitted in generated preForth...
2022-04-22 Nick DowningUse tabs in preForth-i386-rts.pre and seedForth-i386...
2022-04-22 Nick DowningRemove redundant stuff in the preForth-generated asm...
2022-04-22 Nick DowningRemove .$(UNIXFLAVOUR) extension and file copies in...
2022-04-22 Nick DowningAdd .gitignore, rationalize make clean, remove a gforth...
2020-03-28 Ulrich HoffmannUse LDEMULATION for modern Linux
2020-01-31 Ulrich HoffmannUpdate docker support
2020-01-31 Ulrich HoffmannCleanup documentation and startup file
2020-01-31 Ulrich HoffmannAdapt docker support
2020-01-31 Ulrich HoffmannUse new tokenizer
2020-01-31 Ulrich HoffmannFocus just on i386 platform
2020-01-31 Ulrich HoffmannRemove side platforms and dialects
2020-01-02 Ulrich HoffmannRemove uneccesary definitions
2020-01-02 Ulrich HoffmannUpdate TODO
2020-01-01 Ulrich HoffmannAdd save and empty to tokenized seedForth (and Tokenize...
2019-12-30 Ulrich HoffmannAdd save and empty
2019-12-30 Ulrich HoffmannUpdate TODO
2019-12-30 Ulrich HoffmannUpdate TODO
2019-12-23 Ulrich HoffmannAdd abort, abort" and too probably too simple DO LOOP...
2019-12-20 Ulrich HoffmannAdd refill, conditional compilation, and verbose header...
2019-12-20 Ulrich HoffmannAdd usleep, timeout in multitasker, interactive decompi...
2019-12-14 Ulrich HoffmannClean up
2019-12-14 Ulrich HoffmannSimplify kernel: Remove CATCH and THROW, leave INTERPRE...
2019-12-10 Ulrich HoffmannExtend mutit tasker for catch and throw, export frame...
2019-11-30 Ulrich HoffmannAdd high level multitasker and key?
2019-11-30 Ulrich HoffmannAdd search order, status line, formatted number output DSL
2019-11-26 uhoHave wordlists, prepare search order
2019-11-25 Ulrich HoffmannHave ANSI colors, unicode prompt with emojies, unicode...
2019-11-25 Ulrich HoffmannFix typo and bump TODO
2019-11-23 Ulrich HoffmannAdd headerless definitions
2019-11-14 Ulrich HoffmannExpand system
2019-11-09 Ulrich HoffmannAdd todo
2019-11-08 uhoAllocate headers from dynamic memory
2019-11-03 uhoExtend interactive seedForth
2019-11-02 Ulrich HoffmannExtend interactive system
2019-11-02 Ulrich HoffmannAdd headers
2019-11-02 Ulrich HoffmannAdd headers
2019-11-02 uhoTweak it, beautify it
2019-10-26 Ulrich HoffmannFix definition of 2! in Forth
2019-10-26 Ulrich HoffmannUse exit instead of unnest
2019-10-26 Ulrich HoffmannAdapt dynamic memory to new tokenizer
2019-10-26 Ulrich HoffmannFix typos in tokenizer
2019-10-26 uhoAdd EuroForth 2018 paper and slides
2019-10-26 uhoFix definition of 0=exit
2019-10-26 uhoAdd line input
2019-10-23 Ulrich HoffmannCleanup new tokenizer and seedForth demo
2019-10-23 uhoRevise tokenizer, improve syntax
2019-10-04 Ulrich HoffmannFix number uses and test results
2019-10-04 Ulrich HoffmannDefine common names for allocation, cleanup
2018-08-15 Ulrich HoffmannAdapt dynamic memory to new does> and large literals
2018-08-15 Ulrich HoffmannProvide counted string literals
2018-08-15 Ulrich HoffmannAdd catch/throw
2018-06-22 Ulrich HoffmannModified Does> w/o machine code in threaded code area...
2018-06-20 Ulrich HoffmannAdd dynamic memory, execute and compile, do h@
2018-06-13 Ulrich HoffmannAdd tester to seedForth
2018-06-13 Ulrich HoffmannAdd .gitignore
2018-06-13 Ulrich HoffmannThe birth of seedForth
2018-06-13 Ulrich HoffmannAdd forth dump utility and tester
2018-04-07 Ulrich HoffmannProvide slides (german) of talk held at Forthtagung...
2018-04-07 Ulrich HoffmannCreate LICENSE
2018-04-07 Ulrich HoffmannAdd demo programs for preForth and simpleForth
2018-04-05 Ulrich HoffmannCleanup README
2018-04-05 Ulrich HoffmannProvide initial preForth, simpleForth, Forth