Module tin_lang::parser

source ·
Expand description

A parser for Tin code.

Structs

The context of a parsed AST node.
A source code span.

Enums

An error that occurs while parsing Tin.

Traits

Something that can be parsed.
A re-usable parser for a specific type.