This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Releases: bblfsh/libuast
Releases · bblfsh/libuast
v3.0.0 (RC2)
- Implement C++ layer for libuast library.
- Fix memory management issues.
v3.0.0 (RC1)
- Libuast rewritten in Go (exposed as a C shared library).
- Does not require
libxml
to build.
- Does not require
- Dropped support for UASTv1 in favor of UASTv2 support.
- Support encoding and decoding of UASTv2.
- Clients don't need a protobuf library to decode UAST.
- XPath queries use a different projection (virtual tree, ~3x faster).