Skip to content

Commit

Permalink
Merge pull request #5 from hugotvn/master
Browse files Browse the repository at this point in the history
V1.1.4
  • Loading branch information
jdreier authored Aug 21, 2024
2 parents b150d9a + 949cbad commit 2639bc5
Show file tree
Hide file tree
Showing 14 changed files with 2,827 additions and 3,894 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## V1.1.4
Small fixes about "fst", "snd", and "pair" functions.
New logo.
Comments in the code.

## V1.1.0
New welformedness checks and fixes.

Expand Down
22 changes: 22 additions & 0 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contribute

Contributions welcome !

How to start using the git repository:

- Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder.
- Open VS Code on this folder.
- Press Ctrl+Shift+B and select `tsc watch`to start testing your code.
- Then in the test window open a Tamarin document (.spthy) to see if it works.

## General architecture

This section is detailed in the `Contribute/readme_dev.md` file .

## How to use tree-sitter with the extension

This section is detailed in the `Contribute/README_TREE_SITTER.md` file .

## How to publish a new release

This section is detailed in the `Contribute/Readme_release.md` file .
Binary file modified images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2639bc5

Please sign in to comment.