Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 348 Bytes

File metadata and controls

9 lines (6 loc) · 348 Bytes

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.