Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 565 Bytes

parseroutput.md

File metadata and controls

41 lines (22 loc) · 565 Bytes

lexureParserOutput

Interface: ParserOutput

Output of the parser.

Hierarchy

  • ParserOutput

Index

Properties

Properties

ordered

All the tokens that are not flags or options, in order.


flags

  • flags: Set<string>

The parsed flags.


options

  • options: Map<string, string[]>

The parsed options mapped to their value.