From 872edd72e9167ac705e9de0bbd253ce04f2b3c44 Mon Sep 17 00:00:00 2001 From: Andrew Archibald Date: Sat, 14 Aug 2021 19:35:37 +0200 Subject: [PATCH] Publicly release yspace --- .gitmodules | 3 +++ README.md | 1 + rust/andrewarchi-yspace | 1 + rust/andrewarchi-yspace.json | 12 ++++++++++++ 4 files changed, 17 insertions(+) create mode 160000 rust/andrewarchi-yspace create mode 100644 rust/andrewarchi-yspace.json diff --git a/.gitmodules b/.gitmodules index a64e6891..15261e9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 49fa4607..eccf62ac 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/rust/andrewarchi-yspace b/rust/andrewarchi-yspace new file mode 160000 index 00000000..be35a1e9 --- /dev/null +++ b/rust/andrewarchi-yspace @@ -0,0 +1 @@ +Subproject commit be35a1e90481d33dbb5130723ea516763c9a3355 diff --git a/rust/andrewarchi-yspace.json b/rust/andrewarchi-yspace.json new file mode 100644 index 00000000..13b00c2e --- /dev/null +++ b/rust/andrewarchi-yspace.json @@ -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" } +}