Skip to content

Commit 078342b

Browse files
authored
Mention elvish-tap, a TAP producer and basic consumer for Elvish (#184)
1 parent fafeb30 commit 078342b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

consumers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ grouped by programming language.
1313

1414
Languages:
1515
[C](#c),
16+
[Elvish](#elvish),
1617
[Go](#go),
1718
[Java](#java),
1819
[JavaScript](#javascript),
@@ -50,6 +51,11 @@ written with YACC and Lex.
5051
**[tapto](https://github.com/katef/tapto)** is a TAP parser that formats
5152
results to XML and other formats.
5253

54+
## <a id="elvish"></a> [Elvish](#elvish)
55+
56+
**[elvish-tap](https://github.com/tesujimath/elvish-tap)** is a TAP producer
57+
and basic consumer for Elvish.
58+
5359
## <a id="go"></a> [Go](#go)
5460

5561
- [tap13](https://github.com/mpontillo/tap13/) is a TAP parser that translates

producers.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Languages:
1818
[Common Lisp](#common-lisp),
1919
[Crystal](#crystal),
2020
[Elixir](#elixir),
21+
[Elvish](#elvish),
2122
[Erlang](#erlang),
2223
[Fish](#fish),
2324
[Forth](#forth),
@@ -183,6 +184,21 @@ generates TAP output for existing ExUnit test suites. Spout provides
183184
a simple way to generate TAP output without having to modify existing
184185
test code. Based on CTTAP.
185186

187+
## <a id="elvish"></a> [Elvish](#elvish)
188+
189+
> Elvish (noun):
190+
>
191+
> A powerful scripting language.
192+
>
193+
> A shell with useful interactive features built-in.
194+
>
195+
> A statically linked binary for Linux, BSDs, macOS or Windows.
196+
>
197+
> *From [elv.sh](https://elv.sh/)*
198+
199+
**[elvish-tap](https://github.com/tesujimath/elvish-tap)** is a TAP producer
200+
and basic consumer for Elvish.
201+
186202
## <a id="erlang"></a> [Erlang](#erlang)
187203

188204
> Erlang is a programming language used to build massively scalable soft

0 commit comments

Comments
 (0)