summaryrefslogtreecommitdiff
path: root/src/nsgenbind-lexer.l
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-01-02 21:47:13 +0000
committerVincent Sanders <vince@kyllikki.org>2013-01-02 21:47:13 +0000
commit2b722f1ccfecc75ed93651543c9ba22a849396a1 (patch)
tree23c681240e72b15aa65f418ce78b385c2d13f33a /src/nsgenbind-lexer.l
parent3b19d1d1ad88ba63ae821b2aedd4005466ed52fa (diff)
downloadnsgenbind-2b722f1ccfecc75ed93651543c9ba22a849396a1.tar.gz
nsgenbind-2b722f1ccfecc75ed93651543c9ba22a849396a1.tar.bz2
extend binding DSL with prologue and epilogue stanzas
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 e1c7740..b257c83 100644
--- a/src/nsgenbind-lexer.l
+++ b/src/nsgenbind-lexer.l
@@ -86,6 +86,10 @@ hdrcomment return TOK_HDR_COMMENT;
preamble return TOK_PREAMBLE;
+prologue return TOK_PROLOGUE;
+
+epilogue return TOK_EPILOGUE;
+
binding return TOK_BINDING;
interface return TOK_INTERFACE;