mirror of
https://github.com/Ed94/gencpp.git
synced 2025-02-01 19:33:50 -08:00
Ed_
9ce859ec64
- Got rid of dynamic arrays for body entries, were using links only. - Halfed the size of the ast from 256 to 128 bytes. - Fields for different ast types are not accessed directly. Each type has a unique filtered AST for ease of use.