[mod] update

This commit is contained in:
Andy Bunce 2025-09-18 12:14:39 +01:00
parent 55233a3382
commit f499e888ae
11 changed files with 50989 additions and 220 deletions

14835
docs/metaModel.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,16 @@
# Pipelines
## Scripts
### Update local ebnf and fos catalog
`scripts/update-sources.xq`
### Update xq4.java
`scripts/rex.xq`
### Build `jar`
npm script `javac`
## Others
https://github.com/GuntherRademacher/rex-parser-generator/blob/main/docs/sample-grammars/XQuery-40.ebnf
<any/><token>:=</token><any/>
$p update 
replace node //token[.=':='][preceding-siblings::*[1]/element()][following-siblings::*[1]/element()]with (' ',.,' ')...........................