Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention elvish-tap, a TAP producer and basic consumer for Elvish #184

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions consumers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ grouped by programming language.

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

## <a id="elvish"></a> [Elvish](#elvish)

**[elvish-tap](https://github.com/tesujimath/elvish-tap)** is a TAP producer
and basic consumer for Elvish.

## <a id="go"></a> [Go](#go)

- [tap13](https://github.com/mpontillo/tap13/) is a TAP parser that translates
Expand Down
16 changes: 16 additions & 0 deletions producers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Languages:
[Common Lisp](#common-lisp),
[Crystal](#crystal),
[Elixir](#elixir),
[Elvish](#elvish),
[Erlang](#erlang),
[Fish](#fish),
[Forth](#forth),
Expand Down Expand Up @@ -183,6 +184,21 @@ generates TAP output for existing ExUnit test suites. Spout provides
a simple way to generate TAP output without having to modify existing
test code. Based on CTTAP.

## <a id="elvish"></a> [Elvish](#elvish)

> Elvish (noun):
>
> A powerful scripting language.
>
> A shell with useful interactive features built-in.
>
> A statically linked binary for Linux, BSDs, macOS or Windows.
>
> *From [elv.sh](https://elv.sh/)*

**[elvish-tap](https://github.com/tesujimath/elvish-tap)** is a TAP producer
and basic consumer for Elvish.

## <a id="erlang"></a> [Erlang](#erlang)

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