Skip to content

Syntax Page

Muhammad-Salman-Sheikh edited this page May 5, 2018 · 1 revision

Syntax :

The language's syntax is still under development and so far only a few things have implemented but the current syntax is as follows :

  • Every program must start with the character ; which initializes the stack to 1 and not 0.
  • A program can be zero , 1 and infinity bytes long.
  • Every new entry must be separated via spaces
  • The language has a few built-ins already preloaded for the user.
  • The language (at the time of writing 5/5/18) can only support numbers (0-Infinity) and ; which be at the start.

So the possible syntax is :

; --> must be the first token in the input

numbers (0-infinity) ---> space separated 


Clone this wiki locally