Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hankhsu1996/vscode-murphi

Murphi language support for VS code.
https://github.com/hankhsu1996/vscode-murphi

Last synced: about 16 hours ago
JSON representation

Murphi language support for VS code.

Awesome Lists containing this project

README

        

# Murphi

This is the Murphi language support for VS code.

## Features

### Syntax Highlighting
* Use `_t` (struct), `_e` (enum), `_n` (range) to explicitly designate a type.

### Snippets
#### Array and Record

#### Ruleset and Alias

#### Rule

#### Forall

## Release Notes

### New Features

- Snippet for `if`.
- Snippet for `switch`.
- Snippet for `invariant`.

### 2.0.0
Add snippet support.

### 1.0.0
Initial release of Murphi language extension, which supports syntex highlighting for Murphi.