Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The actual Forth system.

Core files which bootstrap Forth via self-assembly:

  • lang.af — the default calling convention.
  • lang_s.af — stack CC; considered legacy.

The rest are mostly library files: interfaces to libc with very thin wrapping for nicer errors.

The outer interpreter / compiler is written in C and located in ../comp.