pub type Node { Let EndOfLine Tab LineCommentPrefix ValidNonAscii(String) Printable(String) NotEndOfLine(Node) }