summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/automate/lexer.ll
diff options
context:
space:
mode:
authorbisset2003-05-26 06:13:34 +0000
committerbisset2003-05-26 06:13:34 +0000
commita47797ded74f6aa8e4193eff4c05d1df415c3c6a (patch)
treecc34e2871d4640fb52789484c840fce6ebc2ccc9 /2003/i/buzz/src/automate/lexer.ll
parent8808da5ae1dbc8f005bd5b2267cf31478d94b9e5 (diff)
*** empty log message ***
Diffstat (limited to '2003/i/buzz/src/automate/lexer.ll')
-rw-r--r--2003/i/buzz/src/automate/lexer.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/2003/i/buzz/src/automate/lexer.ll b/2003/i/buzz/src/automate/lexer.ll
index 9f3ebb7..21e50be 100644
--- a/2003/i/buzz/src/automate/lexer.ll
+++ b/2003/i/buzz/src/automate/lexer.ll
@@ -25,6 +25,8 @@ STRING \"[^\n"]\"
%%
+/*Rajout des actions et des conditions ici*/
+
"goto" return GOTO;
"print" return PRINT;