Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Nov 5, 2023
1 parent 8b45274 commit e97e5ac
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 77 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# iNet Cute

[ [Website](https://inet.run)
| [iNet JS](https://github.com/cicada-lang/inet-js) ]

An implementation of [interaction nets](https://en.wikipedia.org/wiki/Interaction_nets).

- ASCII art inspired syntax.
Expand Down
203 changes: 128 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"format": "prettier src docs --write"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/node": "^20.8.10",
"@xieyuheng/test-runner": "^0.2.10",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@cicada-lang/framework": "^0.1.5",
"@cicada-lang/framework": "^0.1.6",
"@cicada-lang/partech": "^0.2.5",
"@xieyuheng/command-line": "^0.0.13",
"@xieyuheng/ty": "^0.1.26",
Expand Down

0 comments on commit e97e5ac

Please sign in to comment.