rd: derive schema tree parse on startup rather than recomputing every time

This commit is contained in:
Ryan Fleury
2025-02-04 12:16:28 -08:00
parent b9756d222a
commit afd113adcc
5 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ struct E_ParseCtx
};
////////////////////////////////
//~ rjf: Parse State (Stateful thread-local caching mechanisms, not provided by user)
//~ rjf: Parse State (stateful thread-local caching mechanisms, not provided by user)
typedef struct E_ParseCacheNode E_ParseCacheNode;
struct E_ParseCacheNode