Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
general
stups
tla2bAST
Commits
1c8843a6
Commit
1c8843a6
authored
8 months ago
by
Jan Gruteser
Browse files
Options
Downloads
Patches
Plain Diff
delete unused Priorities
parent
859941e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/de/tla2b/global/Priorities.java
+0
-62
0 additions, 62 deletions
src/main/java/de/tla2b/global/Priorities.java
src/main/java/de/tla2bAst/BAstCreator.java
+1
-1
1 addition, 1 deletion
src/main/java/de/tla2bAst/BAstCreator.java
with
1 addition
and
63 deletions
src/main/java/de/tla2b/global/Priorities.java
deleted
100644 → 0
+
0
−
62
View file @
859941e2
package
de.tla2b.global
;
public
interface
Priorities
{
int
P_max
=
300
;
int
P_record_acc
=
250
;
int
P_uminus
=
210
;
int
P_exp
=
200
;
int
P_times
=
190
;
int
P_div
=
190
;
int
P_mod
=
190
;
int
P_plus
=
180
;
int
P_minus
=
180
;
int
P_setdiff
=
180
;
int
P_dotdot
=
170
;
int
P_maplet
=
160
;
int
P_take_first
=
160
;
int
P_drop_last
=
160
;
int
P_conc
=
160
;
int
P_intersect
=
140
;
int
P_union
=
140
;
int
P_append
=
130
;
int
P_total_f
=
125
;
int
P_comma
=
115
;
int
P_rel_overriding
=
90
;
int
P_in
=
60
;
int
P_notin
=
60
;
int
P_subseteq
=
60
;
int
P_equals
=
50
;
int
P_noteq
=
50
;
int
P_gt
=
50
;
int
P_lt
=
50
;
int
P_leq
=
50
;
int
P_geq
=
50
;
int
P_equiv
=
60
;
int
P_and
=
40
;
int
P_or
=
40
;
int
P_implies
=
30
;
int
P_min
=
0
;
}
This diff is collapsed.
Click to expand it.
src/main/java/de/tla2bAst/BAstCreator.java
+
1
−
1
View file @
1c8843a6
...
...
@@ -25,7 +25,7 @@ import java.util.*;
import
java.util.Map.Entry
;
public
class
BAstCreator
extends
BuiltInOPs
implements
TranslationGlobals
,
ASTConstants
,
BBuildIns
,
Priorities
,
ValueConstants
{
implements
TranslationGlobals
,
ASTConstants
,
BBuildIns
,
ValueConstants
{
List
<
PMachineClause
>
machineClauseList
;
ConfigfileEvaluator
conEval
;
...
...
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