feat: samarium
This commit is contained in:
parent
c112130373
commit
9752e43995
|
@ -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.4.0.zip
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export PATH=$PWD/bin:$PATH
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"language": "samarium",
|
||||||
|
"version": "0.4.0",
|
||||||
|
"aliases": ["sm"]
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
python3 -m samarium $1
|
|
@ -0,0 +1,3 @@
|
||||||
|
=> * {
|
||||||
|
"OK"!;
|
||||||
|
}
|
Loading…
Reference in New Issue