arity-formatter 0.7.1

Deterministic, rule-based formatter for the R language
Documentation
1
2
3
4
5
6
//! Re-export of [`arity_parser::dcf`], the second grammar, so `crate::dcf`
//! paths resolve here the way `crate::parser` and `crate::syntax` already do.
//!
//! Two `SyntaxKind` enums exist in this crate's dependency graph. They are
//! distinct types sharing a name: never glob-import both.
pub use arity_parser::dcf::*;