Skip to main content

Crate ty_parser

Crate ty_parser 

Source
Expand description

C-syntax parser for the Ty programming language.

Structs§

Error
A parse error with optional source location.
Span
Source location (line and column).

Functions§

parse
Parses Ty source code (C-syntax) into a typed AST module.