🔥 get_metadata function
This commit is contained in:
parent
73b3280fbb
commit
c8be143f65
9 changed files with 26 additions and 214 deletions
|
|
@ -111,14 +111,12 @@ ostream &operator<<(ostream &, const PrecedenceRange &);
|
|||
|
||||
namespace build_tables {
|
||||
|
||||
struct MetadataRange;
|
||||
class LexItem;
|
||||
class LexItemSet;
|
||||
class ParseItem;
|
||||
class ParseItemSet;
|
||||
class LookaheadSet;
|
||||
|
||||
ostream &operator<<(ostream &, const MetadataRange &);
|
||||
ostream &operator<<(ostream &, const LexItem &);
|
||||
ostream &operator<<(ostream &, const LexItemSet &);
|
||||
ostream &operator<<(ostream &, const ParseItem &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue