summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
Commit message (Expand)AuthorAgeFilesLines
* o Add proper stack checking to all file wordsjkh1998-11-071-28/+48
* Eliminate much code cruft by extending simple file I/O API to includejkh1998-11-073-55/+101
* Take init out of here - it's a layering violation.jkh1998-11-071-3/+0
* OK, fload/fexec work properly when both compiling and interpretingjkh1998-11-071-11/+9
* switch words to default mode.jkh1998-11-061-4/+4
* Submit better fix to the prompt bug.jkh1998-11-062-3/+3
* Make fexists/fload work with existing string literals instead. Doingjkh1998-11-062-41/+9
* Argh, I had this right[er] before. More commits to follow.jkh1998-11-061-2/+2
* Use proper literal names.jkh1998-11-061-2/+2
* Don't not print the prompt string; not doing this has funny side-effects.msmith1998-11-062-4/+6
* Remember a bit more of my forth and do:jkh1998-11-053-13/+55
* 1. rebuild all elements of testmain properly for safety.jkh1998-11-053-7/+99
* Explicitly invoke perl to run the softwords.pl script in case themsmith1998-11-051-2/+2
* Improve the assertion testing for successful softword compilation.msmith1998-11-041-4/+1
* Fix includes; we were still pulling in <stdlib.h> in some places.msmith1998-11-0410-34/+54
* Make this work in the libstand environment; don't use stdio/stdlib headers.msmith1998-11-047-30/+12
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-0322-0/+9735
OpenPOWER on IntegriCloud