Skip to content
Merged
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
2 changes: 1 addition & 1 deletion doc/src/lexsyntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ documented in [extensions](./lexextensions.md)

Each rule is given by the following elements in sequence:

1. Optional Start State, a name given between angle brackets for example `<Start_State>` documented in [Start States](./start_states.md)
1. Optional Start State, one or more names comma separated between angle brackets. For example `<Start_State>` documented in [Start States](./start_states.md).
2. Regex, syntax defined by the rust [regex](https://docs.rs/regex) crate with optional escaping for any character.
3. Separator space, any horizontal space character in the unicode `Pattern_White_Space` character set
4. Optional State operator, given between angle brackets documented in [Start States](./start_states.md)
Expand Down