Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 500 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 500 Bytes

drawing

Priml

Priml (pronounced Prime-l), short for PrimitiveLanguage, is a stack-oriented language based on Forth and BASIC, that compiles into ReWave bytecode.

Caution:

Priml is in its early stages of development. It's possible that bugs and unwanted behavior may occur.

Currently Priml has support for:

  • Macro-functions
  • External calls
  • Functions (sub regions)
  • Addressing (goto regions)