Skip to content

Yet another incomplete, toy Forth implementation!

Notifications You must be signed in to change notification settings

gshrikant/forth-jr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forth Jr - A naive FORTH implementation
========================================

This is a work in progress! At this point it is barely even a decent
RPN calculator that resembles FORTH notation. The actual interpreter
doesn't quite interpret yet - which is to say it is not possible to
write your own function definitions.

This said, I've attempted to reduce dynamic memory allocation in the
code (except bits here and there) in order to eventually run this on
a microcontroller (as all FORTHs are destined to do).

About

Yet another incomplete, toy Forth implementation!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published