/zag

A all purpose programming language.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

zag

The low level programming langauge that looks high level.

Concepts

  • staticly typed
  • uses a typescript backend
  • simple syntax

Syntax

Functions

var func:[NAME] = {expression}

Variables

var [TYPE]:[NAME] [= OR +=]  VALUE