X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Flexer.mll;h=ae4a030c3a12db241d2c87149429d40931fb3051;hb=c07380a3a4dca44a29df4cb09265d10442c1d06f;hp=66c6b9feef221ef2b0d22b58c5a52123222ed972;hpb=976bb1b35d77f3058df3c25c1e2a4767147d606b;p=goals.git diff --git a/src/lexer.mll b/src/lexer.mll index 66c6b9f..ae4a030 100644 --- a/src/lexer.mll +++ b/src/lexer.mll @@ -61,6 +61,14 @@ rule read = { INCLUDE } | "-include" { OPTINCLUDE } + | "returning" + { RETURNING } + | "expression" + { EXPRESSION } + | "string" + { STRING_KEYWORD } + | "strings" + { STRINGS } | "*" id { (* NB: The initial '*' is part of the name. *) TACTIC (Lexing.lexeme lexbuf) } | id { ID (Lexing.lexeme lexbuf) }