issues
search
JetBrains-Research
/
astminer
A library for mining of path-based representations of code (and more)
MIT License
282
stars
80
forks
source link
Make compression an actual feature
#199
Closed
illided
closed
2 years ago
illided
commented
2 years ago
This PR aims to
Remove ad hoc compression and compression in mind workflow from ANTLR tools.
Add compression for every possible future parser or language by compressing tree before the very storing process when grammar doesn't matter.
This PR aims to