feat: samarium

This commit is contained in:
Endercheif 2023-02-16 03:34:25 +00:00
parent c112130373
commit 9752e43995
6 changed files with 15 additions and 1 deletions

View File

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

3
packages/samarium/0.4.0/build.sh vendored Executable file
View 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.4.0.zip

2
packages/samarium/0.4.0/environment vendored Normal file
View File

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

5
packages/samarium/0.4.0/metadata.json vendored Normal file
View File

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

1
packages/samarium/0.4.0/run vendored Normal file
View File

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

3
packages/samarium/0.4.0/test.sm vendored Normal file
View File

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