This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07fa067
commit 440b99c
Showing
13 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,33 @@ | ||
# Summary | ||
|
||
- [TLA+ Wiki intro](./intro.md) | ||
- [Contributing]() | ||
---- | ||
- [TLA+ Codebase](./codebase/intro.md) | ||
- [Contributing](./codebase/contributing.md) | ||
- [Setting up the development environment](./codebase/ide.md) | ||
- [CI/CD overview](./codebase/ci-cd.md) | ||
- [Codebase Architecture Walkthrough](./codebase/architecture.md) | ||
- [Codebase Idiosyncrasies](./codebase/idiosyncrasies.md) | ||
- [Wishlist](./codebase/wishlist.md) | ||
- [Tree-sitter grammar]() | ||
- [Benchmarks]() | ||
- [SANY]() | ||
- [JPF]() | ||
- []() | ||
# - [Tree-sitter grammar](./codebase/) | ||
- [Learning TLA+]() | ||
- [Lamport's video tutorial]() | ||
- [Example repo]() | ||
- [Notable repos]() | ||
- [Using TLA+]() | ||
- [Standard Library]() | ||
- [Community Modules]() | ||
- [Using TLA+ and TLC](./using/intro.md) | ||
- [Vscode extension](./using/vscode.md) | ||
- [Toolbox](./using/toolbox.md) | ||
- [TLC CLI](./using/tlc-cli.md) | ||
- [Standard Library](./using/standard-lib.md) | ||
- [Community Modules](./using/community-modules.md) | ||
- [Debugger](./using/debugger.md) | ||
- [Generating stage graphs](./using/generating-state-graphs.md) | ||
- [CI for your specifications](./using/ci-for-specs.md) | ||
- [Known limitations](./using/limitations.md) | ||
- [TLA+ Community: what to do when you're stuck](community.md) | ||
- [TLAF: TLA+ Foundation]() | ||
- [TLAF: TLA+ Foundation](tlaf.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# CI/CD overview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TLAF: TLA+ Foundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# CI for your specifications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Community Modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Debugger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Generating stage graphs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Using TLA+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Limitations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Standard Library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TLC CLI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Toolbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Visual Studio Code Extension | ||
This is the fastest and easiest way to get started with TLA+ and TLC. | ||
|
||
1. Download visual studio |