Docs.rs
ty-parser-0.1.0
ty-parser 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
porky11
Dependencies
ty-ree ^0.1.0
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate ty_parser
ty_
parser
0.1.0
All Items
Crate Items
Structs
Functions
Crate
ty_
parser
Copy item path
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.