apollo-parser@0.7.0
·
227 commits
to main
since this release
BREAKING
- rename
ast
tocst
- SimonSapin, commit/f30642aa
The Rowan-based typed syntax tree emitted by the parser used to be called
Abstract Syntax Tree (AST) but is in fact not very abstract: it preserves
text input losslessly, and all tree leaves are string-based tokens.
This renames it to Concrete Syntax Tree (CST) and renames various APIs accordingly.
This leaves the name available for a new AST in apollo-compiler 1.0.