Grammar

ZOEA SYNTAX

A zoea program consists of a set of terms with the following format:


keyword:value


Keywords and values are separated by a colon character (':'). 


The following are all of the keywords in zoea:

  • program
  • use
  • data
  • case
  • step
  • input
  • output
  • derive


The layout of a zoea program is not significant but terms must be separated by one or more whitespace characters.

Any number of whitespace characters can occur before and after each colon.

Zoea grammar