Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jetbrains-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
jetbrains-plugin
Commits
23d4cfa1
Commit
23d4cfa1
authored
2 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
correct licenses for grammar
parent
8953edcf
Branches
Branches containing commit
No related tags found
1 merge request
!17
Chore/support for intellij 2022.3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
licenses/JastAdd-BSD
+25
-0
25 additions, 0 deletions
licenses/JastAdd-BSD
src/main/grammar/Grammar.bnf
+11
-0
11 additions, 0 deletions
src/main/grammar/Grammar.bnf
src/main/grammar/Jrag.jjt
+0
-2733
0 additions, 2733 deletions
src/main/grammar/Jrag.jjt
with
36 additions
and
2733 deletions
licenses/JastAdd-BSD
0 → 100644
+
25
−
0
View file @
23d4cfa1
Copyright (c) 2005-2020, The JastAdd Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the Lund University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This diff is collapsed.
Click to expand it.
src/main/grammar/Grammar.bnf
+
11
−
0
View file @
23d4cfa1
/**
* The rules in this file are based on the JavaCC specifications from the file
* Jrag.jjt which is part of the JastAdd source code and can be found at
* https://bitbucket.org/jastadd/jastadd2/src/1a3b0a9/src/javacc/jrag/Jrag.jjt
* That file itself is based on the Java1.1.jjt file from the VTransformer example
* from JavaCC by Sun Microsystems, Inc. Modifications have been made by the
* JastAdd team to add support for JastAdd features. The original author of
* this file, according to older releases of JavaCC, was Sriram Sankar. A date
* tag in the older releases shows the file was created on 3/5/97.
*/
{
{
parserClass="org.jastadd.tooling.grammar.parser.GrammarParser"
parserClass="org.jastadd.tooling.grammar.parser.GrammarParser"
...
...
This diff is collapsed.
Click to expand it.
src/main/grammar/Jrag.jjt
deleted
100644 → 0
+
0
−
2733
View file @
8953edcf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment