Make completion_status() a method on LexItem

This commit is contained in:
Max Brunsfeld 2015-10-30 16:48:37 -07:00
parent c8be143f65
commit 998ae533da
10 changed files with 96 additions and 96 deletions

View file

@ -18,8 +18,9 @@ enum Associativity {
enum MetadataKey {
START_TOKEN,
PRECEDENCE,
IS_TOKEN,
ASSOCIATIVITY,
IS_TOKEN,
IS_STRING,
};
class Metadata : public Rule {