mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
Compare commits
10 commits
17c4fdb51e
...
b179e0bbbc
Author | SHA1 | Date | |
---|---|---|---|
|
b179e0bbbc | ||
|
67c754e1f4 | ||
|
92f69b7f73 | ||
|
ae7630e47e | ||
|
32012483a3 | ||
|
cbc4db7ada | ||
|
9de88e2f6c | ||
|
e9426d6c03 | ||
|
081ed1bac1 | ||
|
3f8ef8f524 |
8 changed files with 17 additions and 2 deletions
2
packages/deno/1.16.2/run
vendored
2
packages/deno/1.16.2/run
vendored
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DENO_DIR=$PWD deno run $@
|
DENO_DIR=$PWD NO_COLOR=true deno run $@
|
||||||
|
|
2
packages/deno/1.7.5/run
vendored
2
packages/deno/1.7.5/run
vendored
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DENO_DIR=$PWD deno run "$@"
|
DENO_DIR=$PWD NO_COLOR=true deno run "$@"
|
3
packages/samarium/0.3.1/build.sh
vendored
Executable file
3
packages/samarium/0.3.1/build.sh
vendored
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
source ../../python/3.10.0/build.sh
|
||||||
|
bin/pip3 install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip
|
2
packages/samarium/0.3.1/environment
vendored
Normal file
2
packages/samarium/0.3.1/environment
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export PATH=$PWD/bin:$PATH
|
5
packages/samarium/0.3.1/metadata.json
vendored
Normal file
5
packages/samarium/0.3.1/metadata.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"language": "samarium",
|
||||||
|
"version": "0.3.1",
|
||||||
|
"aliases": ["sm"]
|
||||||
|
}
|
1
packages/samarium/0.3.1/run
vendored
Normal file
1
packages/samarium/0.3.1/run
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
python3 -m samarium $1
|
3
packages/samarium/0.3.1/test.sm
vendored
Normal file
3
packages/samarium/0.3.1/test.sm
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
=> * {
|
||||||
|
"OK"!;
|
||||||
|
}
|
|
@ -380,6 +380,7 @@ Content-Type: application/json
|
||||||
`rscript`,
|
`rscript`,
|
||||||
`ruby`,
|
`ruby`,
|
||||||
`rust`,
|
`rust`,
|
||||||
|
`samarium`,
|
||||||
`scala`,
|
`scala`,
|
||||||
`smalltalk`,
|
`smalltalk`,
|
||||||
`sqlite3`,
|
`sqlite3`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue