Skip to content

Implementation of the Strange Forth language in C#.

License

Notifications You must be signed in to change notification settings

cstrainge/sorth.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorth.net

An experimental implementation of the Strange Forth language in C#. Unlike the C++ version, this version generates MSIL from the Sorth byte code, which in turn gets translated to machine language.

So, this version is fully JITed.

This version isn't up to full feature parity with the original but the full standard library and simple repl do work in this version.

See the original version for more details.

About

Implementation of the Strange Forth language in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published