Skip to content

cplusplus v1.0.0

Choose a tag to compare

@robertoraggi robertoraggi released this 23 Oct 11:01

Features

  • json: Improved support to convert the AST to JSON (d15d466)
  • js: Use rollup to build the JavaScript bindings. (b99eb55)

Bug Fixes

  • docs: Update the example code in the README.md file (459e837)
  • js: Build with NO_DYNAMIC_EXECUTION to allow using the library in trusted browser environments (97eb589)
  • lexer: Scan the characters using the UTF-8 unchecked API (654e227)
  • parser: Create the AST for concept requirements (5600bb4)
  • parser: Create the AST for requires-clause (23aa6a3)
  • parser: Fix parsing of parameters in template declarations (1dc66ce)
  • parser: Store the AST of the template parameters (f0da7a0)
  • preproc: Access the hidesets using transparent comparisons (96b484d)
  • preproc: Reduced the number of the temporary tokens (d092959)
  • preproc: Trim space characters at the end of the text lines (03e2518)