eolian: reserve @beta and @property
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 7 May 2015 10:35:14 +0000 (11:35 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 7 May 2015 10:35:14 +0000 (11:35 +0100)
src/lib/eolian/eo_lexer.h

index 5203045..3aee446 100644 (file)
@@ -29,10 +29,11 @@ enum Tokens
     KW(get), KW(implements), KW(interface), KW(keys), KW(legacy), \
     KW(legacy_prefix), KW(methods), KW(mixin), KW(own), KW(params), \
     KW(properties), KW(set), KW(type), KW(values), KW(var), KWAT(auto), \
-    KWAT(c_only), KWAT(class), KWAT(const), KWAT(const_get), KWAT(const_set), \
-    KWAT(empty), KWAT(extern), KWAT(free), KWAT(in), KWAT(inout), KWAT(nonull), \
-    KWAT(nullable), KWAT(optional), KWAT(out), KWAT(private), KWAT(protected), \
-    KWAT(virtual), KWAT(warn_unused), \
+    KWAT(beta), KWAT(c_only), KWAT(class), KWAT(const), KWAT(const_get), \
+    KWAT(const_set), KWAT(empty), KWAT(extern), KWAT(free), KWAT(in), \
+    KWAT(inout), KWAT(nonull), KWAT(nullable), KWAT(optional), KWAT(out), \
+    KWAT(private), KWAT(property), KWAT(protected), KWAT(virtual), \
+    KWAT(warn_unused), \
     \
     KW(byte), KW(ubyte), KW(char), KW(short), KW(ushort), KW(int), KW(uint), \
     KW(long), KW(ulong), KW(llong), KW(ullong), \