Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@phodal phodal released this 25 Oct 06:25
· 18 commits to master since this release
5cead9c

Bug Fixes

  • chapi-ast-c: fix lexer grammar and update documentation (037695d)
  • kotlin: remove unnecessary non-null assertion from buildTypeAnnotation call (f0689ef)
  • parser: handle null contexts in PythonAstBaseListener.kt #28 (7c3f1db)

Features

  • c: add support for parsing #include directives (e1cda08)
  • chapi-ast-cpp: add support for importing C++ headers (3956222)
  • docs: add links and code example to usecases and quick-start (49fdc47)
  • protobuf-parser: enhance parsing for enum definitions and inner structures #31 (67e8578)
  • protobuf: add antlr grammar and parser for protobuf files #31 (f56a0f6)
  • protobuf: enhance support for nested messages and enums #31 (f856656)
  • protobuf: implement service parsing and add RPC function type #31 (96aecea)
  • README: update architecture matrix (903396e)