Module parser

Module parser 

Source

Structs§

StringLiteral
String literals can contain interpolations, which are expressions that are evaluated and inserted into the string at the location of the interpolation. For example, the string "Hello, {name}!" contains a single interpolation at index 7.
SyntaxError

Enums§

Associativity
BinaryOperator
Expression
Statement
SyntaxErrorKind
UnaryOperator

Functions§

parse

Type Aliases§

ParseResult