Global Structure of Ticc Programs for Ticc >= 0.20

For previous versions of Ticc, click on Get Info.

Structure of a Ticc Program

The general structure of a Ticc program is described in the input grammar. Here, we describe the typical structure of a program. We denote by <...> fields that have to be filled in by the user.

The boolean expression can contain only unprimed variables. See ../Expressions for more information on expressions.

Comments

Examples

We suggest that you read the code of the following examples, as a good starting point:

Ticc/Global Structure of Ticc Programs (last edited 2006-09-07 04:23:40 by MarcoFaella)