mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-04 07:46:12 -08:00
started to work on modularizing parser code paths
This commit is contained in:
@@ -404,7 +404,7 @@ struct AST
|
||||
};
|
||||
};
|
||||
StrCached Content; // Attributes, Comment, Execution, Include
|
||||
// TokenSlice Content; // TODO(Ed): Use a token slice for content
|
||||
TokenSlice ContentToks; // TODO(Ed): Use a token slice for content
|
||||
struct {
|
||||
Specifier ArrSpecs[AST_ArrSpecs_Cap]; // Specifiers
|
||||
Code NextSpecs; // Specifiers; If ArrSpecs is full, then NextSpecs is used.
|
||||
|
||||
Reference in New Issue
Block a user