FLP-TSL

Crates.io Version

Template scripting language for rust game development

Supported version

The first line of a tsl file should be a version notation. E.g. @ 0.1

Check src/parser.rs for the supported range.

Template Variables

Just put ${variable} in anywhere of the script content and it will be replace by actual value of variable.

To escape the ${...}, use \${...} instead.

Grammar

For each line:

Operator Space Content

Operators

Examples

See sample folder.