/quart

Quart programming language

Primary LanguageDMIT LicenseMIT

Quart

Quart is an RPN (reverse polish notation) programming language heavily inspired by Forth

There are examples in the examples folder

Build

dub build

This will create a quart executable

Features

Interpreter:

  • Word definitions
  • If
  • While
  • Variables
  • Arrays
  • Strings

Compiler:

  • Word definitions
  • If
  • While
  • Variables
  • Arrays
  • Strings
  • Inline functions