]> matita.cs.unibo.it Git - helm.git/commitdiff
lexer patched
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 26 Nov 2002 17:30:51 +0000 (17:30 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 26 Nov 2002 17:30:51 +0000 (17:30 +0000)
helm/ocaml/mathql/mQueryTLexer.mll

index 60c561fb5783b4e144b667449d900a372dc15880..9cc22c2dcbc0d8076ea29124910bc8c248624967 100644 (file)
@@ -87,7 +87,7 @@ and query_token = parse
    | "not"       { out "NOT"   ; NOT    }
    | "or"        { out "OR"    ; OR     }
    | "pattern"   { out "PAT"   ; PAT    }
-   | "ptoperty"  { out "PROP"  ; PROP   }
+   | "property"  { out "PROP"  ; PROP   }
    | "ref"       { out "REF"   ; REF    }
    | "refof"     { out "REFOF" ; REFOF  }
    | "relation"  { out "REL"   ; REL    }