update readme and test output
This commit is contained in:
parent
d07d98c955
commit
32452894c5
|
@ -1,55 +1,55 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
cd tests
|
cd tests
|
||||||
|
|
||||||
echo 'testing awk'
|
echo -n 'testing awk = '
|
||||||
../../cli/execute awk awk.awk
|
../../cli/execute awk awk.awk
|
||||||
echo 'testing bash'
|
echo -n 'testing bash = '
|
||||||
../../cli/execute bash bash.sh
|
../../cli/execute bash bash.sh
|
||||||
echo 'testing c'
|
echo -n 'testing c = '
|
||||||
../../cli/execute c c.c
|
../../cli/execute c c.c
|
||||||
echo 'testing cpp'
|
echo -n 'testing cpp = '
|
||||||
../../cli/execute cpp cpp.cpp
|
../../cli/execute cpp cpp.cpp
|
||||||
echo 'testing csharp'
|
echo -n 'testing csharp = '
|
||||||
../../cli/execute csharp csharp.cs
|
../../cli/execute csharp csharp.cs
|
||||||
echo 'testing deno'
|
echo -n 'testing deno = '
|
||||||
../../cli/execute deno deno.ts
|
../../cli/execute deno deno.ts
|
||||||
echo 'testing elixir'
|
echo -n 'testing elixir = '
|
||||||
../../cli/execute elixir elixir.exs
|
../../cli/execute elixir elixir.exs
|
||||||
echo 'testing emacs'
|
echo -n 'testing emacs = '
|
||||||
../../cli/execute emacs emacs.el
|
../../cli/execute emacs emacs.el
|
||||||
echo 'testing go'
|
echo -n 'testing go = '
|
||||||
../../cli/execute go go.go
|
../../cli/execute go go.go
|
||||||
echo 'testing haskell'
|
echo -n 'testing haskell = '
|
||||||
../../cli/execute haskell haskell.hs
|
../../cli/execute haskell haskell.hs
|
||||||
echo 'testing java'
|
echo -n 'testing java = '
|
||||||
../../cli/execute java java.java
|
../../cli/execute java java.java
|
||||||
echo 'testing jelly'
|
echo -n 'testing jelly = '
|
||||||
../../cli/execute jelly jelly.jelly good
|
../../cli/execute jelly jelly.jelly good
|
||||||
echo 'testing julia'
|
echo -n 'testing julia = '
|
||||||
../../cli/execute julia julia.jl
|
../../cli/execute julia julia.jl
|
||||||
echo 'testing kotlin'
|
echo -n 'testing kotlin = '
|
||||||
../../cli/execute kotlin kotlin.kt
|
../../cli/execute kotlin kotlin.kt
|
||||||
echo 'testing nasm 32 bit'
|
echo -n 'testing nasm 32 bit = '
|
||||||
../../cli/execute nasm nasm.nasm
|
../../cli/execute nasm nasm.nasm
|
||||||
echo 'testing nasm 64 bit'
|
echo -n 'testing nasm 64 bit = '
|
||||||
../../cli/execute nasm64 nasm64.nasm
|
../../cli/execute nasm64 nasm64.nasm
|
||||||
echo 'testing node'
|
echo -n 'testing node = '
|
||||||
../../cli/execute node node.js
|
../../cli/execute node node.js
|
||||||
echo 'testing paradoc'
|
echo -n 'testing paradoc = '
|
||||||
../../cli/execute bash paradoc.sh
|
../../cli/execute bash paradoc.sh
|
||||||
echo 'testing perl'
|
echo -n 'testing perl = '
|
||||||
../../cli/execute perl perl.pl
|
../../cli/execute perl perl.pl
|
||||||
echo 'testing php'
|
echo -n 'testing php = '
|
||||||
../../cli/execute php php.php
|
../../cli/execute php php.php
|
||||||
echo 'testing python2'
|
echo -n 'testing python2 = '
|
||||||
../../cli/execute python2 python2.py
|
../../cli/execute python2 python2.py
|
||||||
echo 'testing python3'
|
echo -n 'testing python3 = '
|
||||||
../../cli/execute python3 python3.py
|
../../cli/execute python3 python3.py
|
||||||
echo 'testing ruby'
|
echo -n 'testing ruby = '
|
||||||
../../cli/execute ruby ruby.rb
|
../../cli/execute ruby ruby.rb
|
||||||
echo 'testing rust'
|
echo -n 'testing rust = '
|
||||||
../../cli/execute rust rust.rs
|
../../cli/execute rust rust.rs
|
||||||
echo 'testing swift'
|
echo -n 'testing swift = '
|
||||||
../../cli/execute swift swift.swift
|
../../cli/execute swift swift.swift
|
||||||
echo 'testing typescript'
|
echo -n 'testing typescript = '
|
||||||
../../cli/execute typescript typescript.ts
|
../../cli/execute typescript typescript.ts
|
||||||
|
|
45
readme.md
45
readme.md
|
@ -248,23 +248,34 @@ Content-Type: application/json
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
# Supported Languages
|
# Supported Languages
|
||||||
| | |
|
`awk`,
|
||||||
|:---------:|------------|
|
`bash`,
|
||||||
| awk | julia |
|
`brainfuck`,
|
||||||
| bash | kotlin |
|
`c`,
|
||||||
| brainfuck | lua |
|
`cpp`,
|
||||||
| c | nasm |
|
`csharp`,
|
||||||
| cpp | node |
|
`deno`,
|
||||||
| csharp | paradoc |
|
`elixir`,
|
||||||
| deno | perl |
|
`emacs`,
|
||||||
| erlang | php |
|
`elisp`,
|
||||||
| elixir | python2 |
|
`go`,
|
||||||
| emacs | python3 |
|
`haskell`,
|
||||||
| elisp | ruby |
|
`java`,
|
||||||
| go | rust |
|
`jelly`,
|
||||||
| haskell | swift |
|
`julia`,
|
||||||
| java | typescript |
|
`kotlin`,
|
||||||
| jelly | |
|
`lua`,
|
||||||
|
`nasm`,
|
||||||
|
`node`,
|
||||||
|
`paradoc`,
|
||||||
|
`perl`,
|
||||||
|
`php`,
|
||||||
|
`python2`,
|
||||||
|
`python3`,
|
||||||
|
`ruby`,
|
||||||
|
`rust`,
|
||||||
|
`swift`,
|
||||||
|
`typescript`,
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue