Changes between Version 1 and Version 2 of uste/ParserSyntax
- Timestamp:
- 02/03/13 14:11:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
uste/ParserSyntax
v1 v2 5 5 6 6 == Introduction == 7 The parser reads the document and scans it for commands. uste commands start and end with 3 @s (@@@cmd@@@) while in "document" mode. with the ''pragma'' command you can switch into "uste" mode which will allow you to skip them. This is used to allow bigger blocks to be more easy to read. 7 The parser reads the document and scans it for commands. uste commands start and end with 3 @s (@@@cmd@@@) while in "document" mode. with the ''pragma'' command you can switch into "uste" mode which will allow you to skip them. This is used to allow bigger blocks to be more easy to read. While in uste mode you can prefix all commands with any number of spaces to make blocks more readable. 8 8 9 9 Here is an example in document mode: