Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlatools
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
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
tlatools
Commits
0d584bf5
Commit
0d584bf5
authored
Dec 3, 2015
by
lamport
Browse files
Options
Downloads
Patches
Plain Diff
Added bug pluscal translator bug report.
parent
3c44084b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tlatools/src/pcal/trans.java
+13
-3
13 additions, 3 deletions
tlatools/src/pcal/trans.java
with
13 additions
and
3 deletions
tlatools/src/pcal/trans.java
+
13
−
3
View file @
0d584bf5
...
...
@@ -26,6 +26,16 @@ import util.ToolIO;
* CLASS trans *
* *
* BUGS: *
* - Interprets *
* *
* if (...) call f(...) ; return *
* *
* as if it were *
* *
* if (...) call {f(...) ; return } *
* *
* See 2 Dec 2015 Tlaplus Google group post by Jaak Ristioja *
* *
* - Accepts if (...) {...} ; else {...} *
* Generates code as if the ";" were not there. *
*
...
...
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