basex-lsp/bundles/grammar/test-xquery.xq
2025-10-27 15:05:47 +00:00

3 lines
No EOL
259 B
Text

import module namespace p="xq4" at "C:\Users\mrwhe\git\quodatum\basex-lsp\webapp\lsp\ast\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)