Skip to content
Snippets Groups Projects
Commit 0d584bf5 authored by lamport's avatar lamport
Browse files

Added bug pluscal translator bug report.

parent 3c44084b
No related branches found
No related tags found
No related merge requests found
......@@ -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. *
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment