Skip to content

Commit

Permalink
Publicly release yspace
Browse files Browse the repository at this point in the history
  • Loading branch information
thaliaarchi committed Aug 14, 2021
1 parent 1fbb286 commit 872edd7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@
[submodule "ruby/wconrad"]
path = ruby/wconrad
url = https://github.com/wspace/wconrad-ruby
[submodule "rust/andrewarchi-yspace"]
path = rust/andrewarchi-yspace
url = https://github.com/andrewarchi/yspace
[submodule "rust/censoredusername-whitespace-rs"]
path = rust/censoredusername-whitespace-rs
url = https://github.com/CensoredUsername/whitespace-rs
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ language, including interpreters, compilers, and programs.
| [whitesymex](python/umutoztunc-whitesymex) | Umut Barış Öztunç | Python | symbolic executor, programs | 2021-05-30 | 0.3 | [GitHub](https://github.com/umutoztunc/whitesymex), [whitesymex.readthedocs.io](https://whitesymex.readthedocs.io/) |
| [Interpreter](python/ganeshsankaran) | Ganesh Sankaran | Python | wsa interpreter, programs | 2021-05-29 | 0.2 | [GitHub](https://github.com/ganeshsankaran/interpreter) |
| [wslib](whitespace/andrewarchi-wslib) | Andrew Archibald | Whitespace | standard library, programs, assembler | 2021-05-24 | 0.3 | [GitHub](https://github.com/andrewarchi/wslib) |
| [yspace](rust/andrewarchi-yspace) | Andrew Archibald | Rust | compiler, programs | 2021-05-07 | 0.3 | [GitHub](https://github.com/andrewarchi/yspace) |
| [wsjq](jq/andrewarchi-wsjq) | Andrew Archibald | jq | interpreter, debugger, disassembler | 2021-05-02 | 0.3 | [GitHub](https://github.com/andrewarchi/wsjq) |
| [ws](python/ffanzhang) | ffanzhang | Python | interpreter | 2021-03-07 | 0.2 | [GitHub](https://github.com/ffanzhang/ws) |
| [Albus](rust/collidedscope-albus) | Collided Scope | Rust | interpreter | 2021-02-12 | 0.3 | [GitHub](https://github.com/collidedscope/albus) |
Expand Down
1 change: 1 addition & 0 deletions rust/andrewarchi-yspace
Submodule andrewarchi-yspace added at be35a1
12 changes: 12 additions & 0 deletions rust/andrewarchi-yspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "rust/andrewarchi-yspace",
"name": "yspace",
"authors": ["Andrew Archibald"],
"license": "MPL-2.0",
"languages": ["Rust"],
"tags": ["compiler", "programs"],
"date": "2021-05-07 04:53:38 -0700",
"spec_version": "0.3",
"source": ["https://github.com/andrewarchi/yspace"],
"whitespace": { "extension": "ws" }
}

0 comments on commit 872edd7

Please sign in to comment.