-
### MAME version
0.270
### System information
Windows 11, 64 -bit, version 21H2, Chinese, Chinese
X86-64, 24GB System Ram
### INI configuration details
_No response_
### Emulated sy…
-
The TLA+ tooling ecosystem is expanding, and that means there is demand for the Java-based tla2tools.jar to function not only as a standalone artifact, but also a reliable base for the parsing, interp…
-
```
curl --location 'http://127.0.0.1:8228' --header 'Content-Type: application/json' --data '{
"id": 42,
"jsonrpc": "2.0",
"method": "shutdown_channel",
"params": [
{
…
-
Sometimes I want to define a tree-like datastructure using records that refer to themselves:
```tla
-------------------------------- MODULE Tree --------------------------------
Value ≜ {0, 1}
…
-
There is a need to clarify the definitions of aggregated status bits. The current definition in SXL needs to be updated
Some examples:
### In Use
If the TLC is yellow flash due to a fault. _in …
-
This may seem a bit exotic, but it actually happens in practical specs. Consider the following MWE:
```bluespec
module t { …
-
In some cases it would be helpful to have the ability to export the state graph generated by TLC in an easily parseable format (e.g. JSON) for use by other tools, scripts, applications, etc. This coul…
-
The `translateConstant` function linked below directly uses the "shortName" of an external constant directly as the name of a Coq entity, if I've understood how this works (big if). Someone who under…
-
The TLA+ tooling ecosystem is growing, and one thing that would greatly improve this ecosystem is a solid minimal parser package. Currently, SANY is consumed by several projects that I know of:
- [tl…
-
## Description:
![image](https://github.com/user-attachments/assets/51356c06-2eef-47cf-b13a-60868ce03c3a)
I'm running in simulation mode, so TLC should only stop when I click the "stop" link. Cl…