Expand description
Contains the lexer used by the Koto language
Structs§
- Lexed
Token - A Token along with additional metadata
- Lexer
- The lexer used by the Koto parser
- Position
- Represents a line/column position in a script
- RawString
Delimiter - The delimiter used by a raw string
- Span
- A span is a range in the source code, represented by a start and end position
Enums§
- String
Quote - The type of quotation mark used in string delimiters
- String
Type - The string types that the lexer can produce
- Token
- The tokens that can emerge from the lexer
Functions§
- is_
id_ continue - Returns true if the character matches the XID_Continue Unicode property
- is_
id_ start - Returns true if the character matches the XID_Start Unicode property