summaryrefslogtreecommitdiff
path: root/src/nsgenbind-lexer.l
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-29 23:45:29 +0000
committerVincent Sanders <vince@kyllikki.org>2012-10-29 23:45:29 +0000
commit26bbe37c6f0b99f23736380ba55f156f22bdaf06 (patch)
tree0f2ac4246d695955f4d85ffcdc32beb61fda7054 /src/nsgenbind-lexer.l
parent12f32ab2d843a4a70b5ebe055e7b2155270692e3 (diff)
downloadnsgenbind-26bbe37c6f0b99f23736380ba55f156f22bdaf06.tar.gz
nsgenbind-26bbe37c6f0b99f23736380ba55f156f22bdaf06.tar.bz2
implement basic property getter functionality
Diffstat (limited to 'src/nsgenbind-lexer.l')
-rw-r--r--src/nsgenbind-lexer.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nsgenbind-lexer.l b/src/nsgenbind-lexer.l
index 040d7e9..61aee7e 100644
--- a/src/nsgenbind-lexer.l
+++ b/src/nsgenbind-lexer.l
@@ -100,6 +100,10 @@ operation return TOK_OPERATION;
api return TOK_API;
+getter return TOK_GETTER;
+
+setter return TOK_SETTER;
+
{cblockopen} BEGIN(cblock);
{identifier} {