[mod] re-org

This commit is contained in:
Andy Bunce 2025-08-06 14:57:52 +01:00
parent 198bd66c09
commit 784010fbdc
32 changed files with 114 additions and 14 deletions

File diff suppressed because it is too large Load diff

3
bundles/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)