© 2026 Hedgehog Software, LLC
struct ast { char *tag; char *contents; int children_num; struct ast** children; }