-
Couldn't load subscription status.
- Fork 0
DescribeGrammar lists
At the core of the describe language are the lists. We write describe lists by writing the title, followed by a production arrow ->, followed by the elements of the list, delimited with commas, and we end with a semicolon ; after the last element. Elements (also called items) are often written on a new line and with indentation, as to enhance readability. Lists (also called productions) may also contain other lists (compound lists), instead of just items (simple lists), and can also be empty (empty lists).
Empty lists are treated like items. Creating empty lists is a way of putting a placeholder, like saying - "this should be a list, but I am yet to figure out the rest of it".
The other core feature of the describe language is the ability of those lists to come together to form larger and larger lists. This is done via Tags, which we will learn about a bit later on.
Simple list:

Compound list:

Empty list:

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