Skip to content

Forth lang parser written in python

License

Notifications You must be signed in to change notification settings

twh2898/forth-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forth PY

A Forth parser written in Python 3.5

Note from the future: I regret not giving credit to the origin of this code. I wrote this project as a learning experience for python and parsing. Looking back (from March 2020), I'm 95% sure that I based this code on the javascript code of skilldrick. This code can be found at https://skilldrick.github.io/easyforth/

Usage

$ python main.py
> : foo ." Hello World" ;
 ok
> foo
Hello World ok
> 

Licence

forth-py uses the MIT licence

About

Forth lang parser written in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages