feat(developer): Lexical model trie compiler could be more aggressive in its compression
Open
developer/
developer/compilers/
feat
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
The lexical model compiler generates a pretty verbose data structure with a lot of repetition in the output .js file. This could stand to be optimised!
Ideally, the debug build would output a formatted, verbose structure and the non-debug build would output a compressed format, replacing objects with arrays where possible, shortening member names, removing repetitive strings, etc.
Contributor guide
Assessment
This issue has not been assessed yet.