Implement stdlib directory, -I, --no-prelude, etc.
[goals.git] / src / lexer.mll
index 273b09d..617c10f 100644 (file)
@@ -53,6 +53,7 @@ rule read =
     | "goal"  { GOAL }
     | "tactic" { TACTIC_KEYWORD }
     | "let"   { LET }
+    | "include" { INCLUDE }
     | "*" id  { (* NB: The initial '*' is part of the name. *)
                 TACTIC (Lexing.lexeme lexbuf) }
     | id      { ID (Lexing.lexeme lexbuf) }