[mod] update
This commit is contained in:
parent
55233a3382
commit
f499e888ae
11 changed files with 50989 additions and 220 deletions
14835
docs/metaModel.json
Normal file
14835
docs/metaModel.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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 (' ',.,' ')...........................
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue