Skip to content

3demax/pyforth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very basic Forth version implemented in Python

Here's what you can expect:

1 2
 ok
. .
2 1  ok
.s
[] <- top of stack ok
2
 ok
.
2  ok
emit
stack underflow !!
.
stack underflow !!
1 2 . .
2 1  ok
1 2 + .
3  ok
.s
[] <- top of stack ok
3
 !!
: 3 2 1 + ;
 ok
3 2 + .
5  ok

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages