Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeujeus/learning-tlaplus
Sample modules and specifications, along my journey of learning TLA+.
https://github.com/jeujeus/learning-tlaplus
Last synced: about 2 months ago
JSON representation
Sample modules and specifications, along my journey of learning TLA+.
- Host: GitHub
- URL: https://github.com/jeujeus/learning-tlaplus
- Owner: JeuJeus
- Created: 2024-02-27T16:52:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T08:19:56.000Z (10 months ago)
- Last Synced: 2024-03-21T15:37:42.459Z (10 months ago)
- Language: TLA
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Journey with TLA+
In the course of my doctorate, I am working on formal verification.
I am learning TLA+ for this purpose.
In this repo I document my first steps.| Type | Name |
| ------- | -------------------------------- |
| PlusCal | [ExponentiationOperator](PlusCal/ExponentiationOperator) |
| PlusCal | [NAlternatingTurns](PlusCal/NAlternatingTurns) |
| PlusCal | [QuickSort](PlusCal/QuickSort) |
| PlusCal | [AlternatingBitProtocol](PlusCal/AlternatingBitProtocol) |
| PlusCal | [AlternatingBitWithEnvironmentProtocol](PlusCal/AlternatingBitWithEnvironmentProtocol) |
| PlusCal | [TowersOfHanoi](PlusCal/TowersOfHanoi) |
| TLA+ | [FarmerCrossesRiver](TLA+/FarmerCrossesRiver) |
| TLA+ | [SieveOfEratosthenes](TLA+/SieveOfEratosthenes) |
| TLA+ | [TicTacToe](TLA+/TicTacToe) |
| TLA+ | [TowersOfHanoi](TLA+/TowersOfHanoi) |