[mod] additions

This commit is contained in:
Andy Bunce 2025-07-31 15:02:27 +01:00
parent c59edb71a2
commit 2f54b3370e
19 changed files with 40083 additions and 16 deletions

1299
grammar/XQuery-40.ebnf Normal file

File diff suppressed because it is too large Load diff

3
grammar/test.xq Normal file
View file

@ -0,0 +1,3 @@
import module namespace p="xq4" at "C:\Users\mrwhe\git\quodatum\basex-lsp\webapp\lsp\xq4.xqm";
let $t:=fetch:text("https://raw.githubusercontent.com/dnovatchev/Articles/refs/heads/main/Generators/Code/generator.xq")=>lazy:cache()
return p:parse-Module($t)