Skip to content

cplusplus v1.1.0

Choose a tag to compare

@robertoraggi robertoraggi released this 25 Oct 22:22

Features

  • js: Add TokenKind and Token.getKind() (f1f11a8)
  • js: Added ASTCursor (146b166)

Bug Fixes

  • js: Extend ASTSlot to return the kind and number of slots (4d3f313)
  • js: Made AST.getEndLocation() inclusive (5849ef3)
  • parser: Store the location of the if-token in the AST (050a877)
  • parser: Test for invalid source locations (878a4aa)