Skip to content

Yet another colorForth inspired implementation

License

Notifications You must be signed in to change notification settings

pbrochard/colorforth-pbr

 
 

Repository files navigation

WebAssembly port

Minimal version

2 + 2 = 5 joke

asciicast

Building

  • Base version
make colorforth-base
  • Full version with src/lib.cf included
make

Heap layout

&heap
|                                                                                       &dhere
|                                                                                       |
v                                                                                       v
code...;|code....;|code...;| ...FREE...  |quotation...;|len.string...0|array...|var|var|dhere|
^        ^         ^        ^           ^ ^             ^              ^        ^   ^   |     ^
|        |         |        |           | |             |              |        |   |   |     |
|        |         |        \-> here    \-+-------------+--------------+--------+---+---/     |
|        |         \-> entry            | |             |              |        |   |         |
|        \-> entry                      | \-> quotation |              \-> var  |   \-> var   |
\-> entry                               |               \-> string              \-> var       |
                                        \-> dhere                                             |
                                                                                End of Heap <-/

About

Yet another colorForth inspired implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.6%
  • Makefile 4.3%
  • Forth 4.2%
  • HTML 2.0%
  • JavaScript 1.8%
  • Shell 1.7%
  • Other 4.4%