Skip to content

Releases: gengjiawen/c-parser

v1.1.0

15 Feb 10:58
c716b41

Choose a tag to compare

1.1.0 (2026-02-15)

Features

  • add c11 examples (11bb6be)
  • add playground (38a4c47)
  • ast: make loc optional and compute on demand (6266d77)
  • deploy to gh pages (23331fb)
  • parser: track spans for type and declarator metadata (8f72d70)

Bug Fixes

  • add fmt:check script and use it in CI (b53e3b6)
  • change package name (6dbad6b)
  • gcc extension and c11 parse bug (68e8ff6)
  • install playground deps before build in deploy workflow (34a34a2)
  • reorder examples (cb37869)
  • update CI workflow to use Node.js LTS version and pnpm 9, removing matrix strategy for node versions. (7fcc74c)

Miscellaneous Chores