pub type StockParsed<S = Arc<str>> = Parsed<S, NoExt>;
Stock parser root for dialects that use the built-in AST only.
pub struct StockParsed<S = Arc<str>> { /* private fields */ }