Rowan home > Language elements

Rowan Language Elements

This document describes the language elements and the syntax of Rowan.

Basic Elements

These are the basic elements that make up the Rowan language.

Syntax

Rowan syntax is determined by a series of language patterns defined in the parse table of the interpreter. If a statement cannot be matched at each point in time by one of the patterns somewhere along its length, it is invalid and a SyntaxException is thrown.