Parses the given text to a series of AST nodes.
text
List<Node> parse(String text) => parseLineList(text.toLines());