arm-mmp2: s/create cl4/create mmp3/

This is a trivial rename.

The cl4 word conditionalizes things that are specific to MMP3, not the just
OLPC CL4 machine. Using the cl4 name outside OLPC would be misleading.
4 files changed
tree: faf612377af3f0bb06de83df8a847c18ecaa3c9e
  1. build/
  2. src/
  3. .gitattributes
  4. .gitignore
  5. LICENSE
  6. README
  7. README.md
README.md

cforth

This is Mitch Bradley's CForth implementation.

This version was derived from the version at One Laptop Per Child, then it was improved as follows:

a) Host version now has line editing b) Host version catches exceptions c) key and key? implemented property in host versions for Linux and Windows d) Makefile fragments factored better, and use pattern rules extensively e) Makefiles in build directories simplified