-
Please explain or give me a way to apply these same concepts to .NET core. I would like to be sure my .NET core code matches exactly my specification and/or just verify my C# code. Thanks.
-
This is an issue documenting my ideas regarding translating MPCal archetype parameters into Go.
The general principle I've been operating under is that a parameter would be an instance of an interf…
-
PlusCal may support some TLA+ operations that may not be found in the TLAExprParser token dictionary. If these exist, we need to add them to the dictionary and handle them properly.
Original is…
-
Several methods that visit different PlusCal AST types have not been implemented (e.g. those for await, when) and some need to have additional functionality implemented (e.g. return). Implementing…
-
The following PlusCal spec is parsed incorrectly.
```PlusCal
---- MODULE Test ----
EXTENDS Sequences, Integers
(* --algorithm Test {
variables set = {2,4,6};
{
print \A x …
-
### Abstract
This draft starts the discussion on how we can support the direct sending and receiving of messages across PlusCal processes (then compiled to processes that may live in different node…
-
Can I get the source code for raft tla. Whatever the code is there is after pluscal translation & I didnt find the code before translation.Will u help me with that.
-
Both macros and procedures generate Go functions in PGo. In other words, after parsing, there are not many differences between PlusCal's `macro` and `procedure`. However, I believe there should be (Pl…
-
![screenshot from 2018-02-26 21-28-03](https://user-images.githubusercontent.com/88777/36693573-94dc23a6-1b33-11e8-8efb-8a9a33914463.png)
```
!ENTRY org.eclipse.core.jobs 4 2 2018-02-26 21:29:17…
lemmy updated
6 years ago
-
The example below (copied from https://learntla.com/pluscal/behaviors/) is bogus and future Pcal translator versions won't accept it (see screenshot below). The "f" in the either statement is a bound …
lemmy updated
6 years ago