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

Example

Minimal version

2 + 2 = 5 joke

asciicast

Heap layout

&heap
|                                                                                  &dhere
|                                                                                    |
v                                                                                    v
code...;|code....;|code...;| ...FREE...  |quotation...;|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 82.4%
  • Makefile 4.5%
  • Forth 2.6%
  • HTML 2.1%
  • JavaScript 1.9%
  • Shell 1.8%
  • Other 4.7%