Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Hobson 1639bb90b3
Merge pull request #506 from Hydrazer/bqn
pkg(bqn-1.0.0): Added bqn 1.0.0
2022-07-29 16:40:34 +12:00
Hydrazer 0e8231ef01 pkg(bqn-1.0.0): Added bqn 1.0.0 2022-07-28 20:44:31 -06:00
6 changed files with 24 additions and 0 deletions

9
packages/bqn/1.0.0/build.sh vendored Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
git clone "https://github.com/dzaima/CBQN" bqn
cd bqn
git checkout 88f65850fa6ac28bc50886c5942652f21d5be924
make CC=gcc

5
packages/bqn/1.0.0/environment vendored Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Python and Vyxal path
export PATH=$PWD/bin:$PATH
export BQN_PATH=$PWD/bqn

5
packages/bqn/1.0.0/metadata.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"language": "bqn",
"version": "1.0.0",
"aliases": []
}

3
packages/bqn/1.0.0/run vendored Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
$BQN_PATH/BQN "$@"

1
packages/bqn/1.0.0/test.bqn vendored Normal file
View File

@ -0,0 +1 @@
•Out @+(+(2×)´¨)(-'0') "01001111""01001011"

View File

@ -313,6 +313,7 @@ Content-Type: application/json
`befunge93`,
`brachylog`,
`brainfuck`,
`bqn`,
`c`,
`c++`,
`cjam`,