.clr file format

General Line Syntax

A line in a .clr file is either empty or consists of the following elements:

  1. Evaluated content:
    1. Keyword
    2. Modifier
    3. Parameter List
  2. non-evaluated content
    1. Comment Opening Characters
    2. Comment

You may omit either the evaluated content or the non-evaluated content or both.

This means that you can have empty lines (useful for a visual structuring of files), lines that contain only comments, lines that contain only data, or lines that contain commented data.

All comments are stripped off before a line is evaluated.

The evaluated content is a series of whitespace-separated tokens (by whitespace, the space character [ASCII 32] and Tab stops [ASCII 9] are meant).

Keywords and Modifiers are preceeded by exclamation marks to distinguish them from parameters.

Numerical Parameters may be given in floating point format (e.g. 314.159) or fixed point format (e.g. 3.14159e+2).

String Parameters are not case sensitive, any string is transformed to lower case during file read.


eof.