Project Structure

Clauses

A clause is the term we use to denote a keyword, operator or literal within a programming language.

Overview

Here's an example clause definition for the T_IF token that exists in PHP:

{
    id: "clause-uuid",
    type: "T_IF",
}

You can review the full Clauses API specification here.

Please be aware that our documentation is under construction.