typespec_rs 0.5.0

A Rust implementation of the TypeSpec type system — parser, checker, and emitter
Documentation
1
2
3
4
5
6
//! Re-exports of token types from the scanner module.
//!
//! These types are defined in `scanner/lexer.rs` and re-exported here
//! for convenience by AST and parser modules.

pub use crate::scanner::{Position, Span};