Define All Of It

From Esolang
Jump to navigation Jump to search

Define All Of It or DAOI for short is an Esolang made by User:Rombito.

Syntax

= Preface

And

= Code

These are sections in a .DAOI file, The code isn’t important as every form of syntax in it is defined by the preface.

The syntax in code will be referred to as “pretax”

The following syntax and everything onwards will be specifically within the preface and underlined letters are arguments

Base Level

  • (n) | refers to Pretax that is to be defined or already exists.
  • [S] a | creates Pretax A as a statement.
  • [O] a | creates Pretax A as an object.
  • [T] a | creates Pretax A as a type.
  • a: b | B is categorized in type A
  • a T b | statement B is true to object A.
  • a = b | a is b

In-Pretax syntax

  • [n] | refers to an argument
  • #{a} | any amount of a (aaa being #{a } is valid, aba being #{a} is invalid, #{a} has to be the same in all references in one line)
  • #{a}- | #{a} but with one less a.
  • +T | any pretax in type T is valid

example

Example soon.