Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/pages/command-parsing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ prompt, are parsed according to the following rules:

- Words (command names and parameters) are delimited by whitespaces.

- <<expansions#, Expansions>> are parsed and replaced before the execution of
the commands.

== Comments parsing

Commands are commented out after `#` until end of line (not `;`).
`#` takes effect _after_ the expansions are parsed.

== Quoted Strings

If a word starts with `'`, `"`, or `%X` with `X` a _non-nestable_ punctuation
Expand Down