Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relational-rags
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
relational-rags
Merge requests
!8
Resolve "Create guides for contributing"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Create guides for contributing"
21-create-guides-for-contributing
into
master
Overview
1
Commits
5
Pipelines
5
Changes
2
Merged
René Schöne
requested to merge
21-create-guides-for-contributing
into
master
5 years ago
Overview
1
Commits
5
Pipelines
5
Changes
2
Expand
Closes
#21 (closed)
Edited
5 years ago
by
René Schöne
0
0
Merge request reports
Viewing commit
5783e7e8
Prev
Next
Show latest version
2 files
+
26
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
5783e7e8
Adding table with command-line options.
· 5783e7e8
René Schöne
authored
5 years ago
CONTRIBUTING.md
+
12
−
12
Options
@@ -38,18 +38,18 @@ task compileMultipleTest(type: RelastTest) {
}
```
The following options are supported:
|
Name | Description | Required |
Default |
|------|-------------
|----------|
---------|
|
`relastFiles`
| Input grammar(s). Either one or multiple files separated by comma.
| Yes | _none_
|
|
`grammarName`
| Directory and file prefix for the generated grammar and jrag created by RelAST.
| Yes | _none_
|
|
`useJastAddNames`
| Set to
`true`
to use accessor names for relations matching JastAdd naming convention.
| No |
`false`
|
|
`packageName`
| Name of the package for the Java files generated by JastAdd. | Yes (not enforced) | The empty package |
|
`moreInputFiles`
| Additional files as input for JastAdd.
| No
| No additional files |
|
`resolverHelper`
| Set to
`true`
to generate means for lazy resolving.
| No |
`false`
|
|
`jastAddList`
| Alternative name for
`List`
nodes. Will be passed to both RelAST and JastAdd.
| No |
`List`
|
|
`serializer`
| Name of supported serializer. One of {
`jackson`
,
`jackson-json-pointer`
,
`jackson-manual-references`
}. | No | No serializer |
The following options are supported
, similar to the
[
command-line options
](
/../#supported-command-line-options
)
:
|
Name | Description | Required |
Default
|
|------
-------------
|-------------
-------------------------------------------------------------------------------------------|--------------------|------------
---------|
|
`relastFiles`
| Input grammar(s). Either one or multiple files separated by comma.
| Yes | _none_
|
|
`grammarName`
| Directory and file prefix for the generated grammar and jrag created by RelAST.
| Yes | _none_
|
|
`useJastAddNames`
| Set to
`true`
to use accessor names for relations matching JastAdd naming convention.
| No |
`false`
|
|
`packageName`
| Name of the package for the Java files generated by JastAdd.
| Yes (not enforced) | The empty package
|
|
`moreInputFiles`
| Additional files as input for JastAdd.
| No
| No additional files |
|
`resolverHelper`
| Set to
`true`
to generate means for lazy resolving.
| No |
`false`
|
|
`jastAddList`
| Alternative name for
`List`
nodes. Will be passed to both RelAST and JastAdd.
| No |
`List`
|
|
`serializer`
| Name of supported serializer. One of {
`jackson`
,
`jackson-json-pointer`
,
`jackson-manual-references`
}. | No
| No serializer
|
## Test files
Loading