Compare commits

..

No commits in common. "b179e0bbbcdf80eca40ce32d410740f15cc74145" and "17c4fdb51ed057d56efecebe41eba71215cba855" have entirely different histories.

8 changed files with 2 additions and 17 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
DENO_DIR=$PWD NO_COLOR=true deno run $@
DENO_DIR=$PWD deno run $@

View File

@ -1,2 +1,2 @@
#!/bin/bash
DENO_DIR=$PWD NO_COLOR=true deno run "$@"
DENO_DIR=$PWD deno run "$@"

View File

@ -1,3 +0,0 @@
#!/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

View File

@ -1,2 +0,0 @@
#!/bin/bash
export PATH=$PWD/bin:$PATH

View File

@ -1,5 +0,0 @@
{
"language": "samarium",
"version": "0.3.1",
"aliases": ["sm"]
}

View File

@ -1 +0,0 @@
python3 -m samarium $1

View File

@ -1,3 +0,0 @@
=> * {
"OK"!;
}

View File

@ -380,7 +380,6 @@ Content-Type: application/json
`rscript`,
`ruby`,
`rust`,
`samarium`,
`scala`,
`smalltalk`,
`sqlite3`,