-
Notifications
You must be signed in to change notification settings - Fork 0
DescribeGrammar comments
Comments in describe are much like comments in C++ or C#, or other C type languages - we have single line comments, that start with two slashes //
and end with a new line, and we also have the delimited type, starting with slash and a star - /*
and ending with a star and a slash - */
.
Note that, a colon before two forward slashes ://
will escape the comment. This is done because we want to be able to write links in text - https://abc...
e.g. without the need to escape the forward slashes, which would be annoying. On the other hand, we can escape the colon, if need to have a comment right after a column - \://
. This feature, however - about the colon before two forward slashes - will only work in Describe language version 1.0 or higher.
Example:
Home
Grammar How To
Compiler How To
CLI Compiler - How to
CLI Compiler - How to - help
CLI Compiler - How to - parse-file
CLI Compiler - How to - parse-folder
CLI Compiler - How to - encrypt-file
CLI Compiler - How to - decrypt-file
CLI Compiler - How to - recrypt-file
CLI Compiler - How to - encrypt-folder
CLI Compiler - How to - decrypt-folder
CLI Compiler - How to - recrypt-folder
API Compiler - How to
API Compiler - How to - Example 1
API Compiler - How to - Example 2
API Compiler - How to - Example 3
API Compiler - How to - Example 4
API Compiler - How to - Example 5
AWS Compiler - How to
AWS technical overview
API gateway configuration
output - low
output - medium
output - high
output - themes
Grammar - Lists
Grammar - Comments
Grammar - Links
Grammar - Decorators
Grammar - Tags
Grammar - More on Tags
Grammar - Directives
Grammar - Dot Notation
Grammar - Tildes
Grammar - Files
Deprecated - Slash Notation
Deprecated - Delimiter Mode
Describe Basics - v0.6
Describe Tags - v0.7
Describe Links - v0.8
Describe Decorators - v0.9
Describe Lines - v1.0
Describe Doubles - v1.1