Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jtet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
tables
jtet
Commits
a1e706f1
Commit
a1e706f1
authored
3 years ago
by
Matthew Dawson
Browse files
Options
Downloads
Plain Diff
Merge branch '4-update-license-on-matlabparser-g4' into 'master'
Resolve "Update license on MatlabParser.g4" Closes
#4
See merge request
!13
parents
4a3bc604
33588cb5
Branches
master
No related tags found
1 merge request
!13
Resolve "Update license on MatlabParser.g4"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ca/mcscert/jtet/parsers/antlr/MatlabParser.g4
+28
-0
28 additions, 0 deletions
src/main/java/ca/mcscert/jtet/parsers/antlr/MatlabParser.g4
with
28 additions
and
0 deletions
src/main/java/ca/mcscert/jtet/parsers/antlr/MatlabParser.g4
+
28
−
0
View file @
a1e706f1
/**
* Copyright (c) 2011 David Wingate
* Copyright (c) 2014 Matthew Dawson
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*
* This parser was originally written by David Wingate for the mparser project,
* and updated to work with ANTLR4 by Matthew Dawson.
**/
grammar MatlabParser;
grammar MatlabParser;
/*
/*
...
...
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