X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Flexer.mll;h=f2d083063258da907818ec93939309a44712a302;hb=cd5cb328d707b89caad44b038422d6456c1aee03;hp=4a316a0cc18aa14b418e3c39009379b3fbc56be9;hpb=2d5b3813df7f7db3abf3bcbfe2c6a657f463c5ee;p=goals.git diff --git a/src/lexer.mll b/src/lexer.mll index 4a316a0..f2d0830 100644 --- a/src/lexer.mll +++ b/src/lexer.mll @@ -43,6 +43,7 @@ rule read = | newline { new_line lexbuf; read lexbuf } | "," { COMMA } | ":" { COLON } + | ";" { SEMICOLON } | "=" { EQUALS } | "(" { LEFT_PAREN } | ")" { RIGHT_PAREN }