Gorilla language specification

The Gorilla Programming Language


Gorilla language specification

Top-level syntax

terminator   ::= (";" | "\n" | ("\r" "\n") | "\r")
comment      ::= "#" [^\n\r]*

program      ::= (statement (terminator | EOF))*

List of contents