[mod] ast
This commit is contained in:
parent
e732d190e1
commit
0d80764174
9 changed files with 79 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(: parse xq and save result:)
|
||||
import module namespace p="xq4" at "C:\Users\mrwhe\git\quodatum\basex-lsp\webapp\lsp\xq4.xqm";
|
||||
import module namespace p="xq4" at "C:\Users\mrwhe\git\quodatum\basex-lsp\webapp\lsp\ast\xq4.xqm";
|
||||
declare variable $generator.xpath :="https://raw.githubusercontent.com/dnovatchev/Articles/refs/heads/main/Generators/Code/generator.xq";
|
||||
|
||||
declare variable $pdfbox-good.xqm :="../../test/sample.docs/pdfbox.xqm";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
import module namespace p="xq4" at "C:\Users\mrwhe\git\quodatum\basex-lsp\webapp\lsp\xq4.xqm";
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue