texform-transform 0.1.0

Profile-based AST transform engine for TeXForm (internal; use the texform crate)
Documentation
1
2
3
4
5
6
use crate::ast::Node;
use crate::rewrite::helpers::linebreak_command_node;

pub(super) fn linebreak_command() -> Node {
    linebreak_command_node()
}