- Inserted language definition in parser
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@294 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
08a780eb18
commit
1eab04582d
@ -26,6 +26,18 @@
|
||||
#
|
||||
# The input must be provided in UTF-8
|
||||
#
|
||||
#
|
||||
# Language definition:
|
||||
# Query := Ident
|
||||
# Query := Query BinaryOp Query
|
||||
# Query := (Query)
|
||||
# Query := σ PYExprWithoutParenthesis (Query) | σ (PYExpr) (Query)
|
||||
# Query := π FieldList (Query)
|
||||
# Query := ρ RenameList (Query)
|
||||
# FieldList := Ident | Ident , FieldList
|
||||
# RenameList := Ident ➡ Ident | Ident ➡ Ident , RenameList
|
||||
# BinaryOp := * | - | ᑌ | ᑎ | ÷ | ᐅᐊ | ᐅLEFTᐊ | ᐅRIGHTᐊ | ᐅFULLᐊ
|
||||
#
|
||||
# Language definition here:
|
||||
# https://galileo.dmi.unict.it/wiki/relational/doku.php?id=language
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user