Compare commits

..

No commits in common. "e4b77a34ea934fd0ef8cb0a4b2ec8da2fa69cabd" and "4614c4357364d82c09543a5f63644ea870cd7b3c" have entirely different histories.

6 changed files with 0 additions and 30 deletions

View File

@ -1,12 +0,0 @@
curl -L https://ftp.gnu.org/gnu/gforth/gforth-0.7.3.tar.gz -o forth.tar.gz
tar xzf forth.tar.gz
rm forth.tar.gz
cd gforth-0.7.3/
./BUILD-FROM-SCRATCH --host=x86_64 --build=x86_64
make
make install
chmod +x ./gforth
cd ..

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH
export FORTH_PATH=$PWD/gforth-0.7.3

View File

@ -1,7 +0,0 @@
{
"language": "forth",
"version": "0.7.3",
"aliases": [
"gforth"
]
}

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
$FORTH_PATH/gforth "$@"

View File

@ -1 +0,0 @@
.( OK) bye

View File

@ -332,7 +332,6 @@ Content-Type: application/json
`erlang`,
`file`,
`forte`,
`forth`,
`fortran`,
`freebasic`,
`fsharp.net`,