Skip to content

apollo-parser@0.7.0

Compare
Choose a tag to compare
@SimonSapin SimonSapin released this 10 Oct 09:56
· 227 commits to main since this release
f13d92c

BREAKING

  • rename ast to cst - 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.