Make completion_status() a method on LexItem
This commit is contained in:
parent
c8be143f65
commit
998ae533da
10 changed files with 96 additions and 96 deletions
|
|
@ -18,8 +18,9 @@ enum Associativity {
|
|||
enum MetadataKey {
|
||||
START_TOKEN,
|
||||
PRECEDENCE,
|
||||
IS_TOKEN,
|
||||
ASSOCIATIVITY,
|
||||
IS_TOKEN,
|
||||
IS_STRING,
|
||||
};
|
||||
|
||||
class Metadata : public Rule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue