Proposed agenda items TLA+ community calls - Feel free to add any agenda items you'd like to discuss at an upcoming TLA+ community call. If you add a topic, please be prepared to present it. You may also share background materials in advance to help attendees review and prepare beforehand. #21
Replies: 3 comments 4 replies
LLM-accelerated TLA+Model-Context-Protocol is gaining traction as a standard for integrating tools into AI workflows like Cursor. Would it be worthwhile to develop an MCP integration for TLA+ tools, starting with SANY and TLC? Has anyone already begun working on this? |
Self-Service Pitch Deck (for Outreach)For the outreach community. I'm often approached by individual engineers who are excited about TLA+ and want to know how to get the rest of their team or department interested. It might be useful to make a pitch deck or other self-service materials that engineers could use for internal presentations. |
SANY recovery modeSANY requires well-formed input to generate an AST, which makes it challenging to use in contexts like IDE symbol providers where the spec might contain syntax errors. Is there a reason why SANY cannot support a |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TLA+ syntax highlighting GitLab (Markus)
GitLab, a popular open-source alternative to GitHub, does not support TLA+ syntax highlighting for issues or files. A related question on the GitLab forum has not received an answer. However, GitLab appears to handle syntax highlighting at the Ruby level using Rouge. This suggests that integrating @konnov's syntax highlighting for Highlight.js into Rouge or GitLab could be sufficient. Alternatively, @ahelwer's tree-sitter grammar could be used similar to GitHub's approach.
All reactions