From f7868083de2f351b5195149870e6e77398da44f9 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 13 Jun 2014 11:31:50 +0200 Subject: Parse activate blocks. --- frontend/lexer.mll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/lexer.mll') diff --git a/frontend/lexer.mll b/frontend/lexer.mll index 9dc7da3..8a4ef26 100644 --- a/frontend/lexer.mll +++ b/frontend/lexer.mll @@ -26,12 +26,14 @@ "or", OR; "mod", MOD; + "activate", ACTIVATE; "automaton", AUTOMATON; "state", STATE; "initial", INITIAL; "unless", UNLESS; "until", UNTIL; "resume", RESUME; + "restart", RESTART; "true", TRUE; "false", FALSE; -- cgit v1.2.3