-
While going through the website and trying to write some specs, it was noticeable that there's a certain lack of a page that puts it all together in a way that one can easily refer to and see the big …
-
The more examples the better but for the sake of consistency, I'd suggest to rename the repo and generally change the wording from "tlaplus" to "pluscal".
lemmy updated
5 years ago
-
Setup:
Create one file `foo`
```
---- module foo ----
CONSTANTS Foo1, Foo2
====
```
Create second file `bar` as root module in the spec.
```
---- module bar ----
(*--algorithm bar
def…
-
See PR at https://github.com/tlaplus/tlaplus/pull/455
Personal notes (everybody please ignore):
https://github.com/lemmy/PageQueue/commit/4ab1ebbbc759edad6a9168370558354306b13d9f
https://github.c…
lemmy updated
4 months ago
-
**Snippet**:
```
(* --algorithm foo
variables
foo = 0;
define
Foo == 1; \* Error here
end define
begin
skip;
end algorithm; *)
```
**Behavior:** `Expected "end" but found ";"…
-
[Automatic module parsing](https://github.com/alygin/vscode-tlaplus/wiki/Automatic-Module-Parsing) is super useful but gets in the way if a user wants to modify the generated TLA+. In these cases, it…
lemmy updated
3 years ago
-
This PlusCal code is highlighted strangely: https://github.com/tlaplus/Examples/blob/71d1a5da61d3419637674ebcfdd34e4ddc2ffa7e/specifications/SlushProtocol/Slush.tla#L177
Cannot be reproduced in neo…
-
Especially bad because PlusCal to TLA+ translation succeeds but TLA+ spec has parser errors. See https://groups.google.com/forum/#!topic/tlaplus/KHW86FUJdjo for background.
lemmy updated
4 years ago
-
Dear vscode-tlaplus maintainer,
There seems to be a bug where the TLA+ plugin does not check the model unless the model contains PlusCal. In other words, for pure TLA+ files it does not work.
My…
-
In the toolbox if the generated TLA code has an error its often possible to jump to the line of pluscal that is the source for the generated error. Is it possible to add this?
flazz updated
5 years ago