From 3b401fbefb3830d4f3cdce189ac31559c0219a0d Mon Sep 17 00:00:00 2001 From: Irene Schena Date: Fri, 24 May 2002 16:30:12 +0000 Subject: [PATCH] Modified Files: 1) grammar.txt: added in where clause EQUAL between lists --- helm/mathql/grammar.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/mathql/grammar.txt b/helm/mathql/grammar.txt index 25e4b8e1e..2c53c2a1d 100644 --- a/helm/mathql/grammar.txt +++ b/helm/mathql/grammar.txt @@ -31,6 +31,7 @@ MATHEMATICAL QUERY LANGUAGE (MathQL) | TRUE (* vero *) | FALSE (* falso *) | IS (* case sensitive matching *) + | EQUAL (* uguaglianza tra liste *) := <"-quoted-constant-string> (* pattern costante *) @@ -74,6 +75,7 @@ MATHEMATICAL QUERY LANGUAGE (MathQL) := (* variabile per risorse *) := $ (* variabile per stringhe *) +- () = lista vuota (?) - le stringhe sono "case sensitive" - la funzione non definita sull'argomento restituisce la stringa nulla - le si presuppongono essere istanziate come URI references costituite -- 2.39.2