Add Alan, Amber, llrl, Pangaea, Cotowali, FreakC, Power Fx, Tokay (#1432)

* Update workflow to make amending previous commit

* Add Alan, Amber, llrl, Pangaea

* Add Alan, Amber, llrl, Pangaea

* Add Cotowali, FreakC, Power Fx, Tokay

* Add Cotowali, FreakC, Power Fx, Tokay

* Update llrl.llrl

* Update Pangaea.pangaea and Power Fx.pfx

Co-authored-by: gnuhead-chieb <gnuhead-chieb@users.noreply.github.com>
This commit is contained in:
gnuhead-chieb
2022-12-26 06:09:42 +09:00
committed by GitHub
parent 55a2b82607
commit 9bc9a93241
10 changed files with 35 additions and 2 deletions

View File

@@ -10,11 +10,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Update Readme
run: python update_list.py
- id: last-commit-message
run: echo "msg=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Readme
commit_message: ${{ steps.last-commit-message.outputs.msg }}
commit_options: '--amend --no-edit'
push_options: '--force'
skip_fetch: true

6
a/Alan.ln Normal file
View File

@@ -0,0 +1,6 @@
import @std/app
on app.start {
app.print("Hello World");
emit app.exit 0;
}

1
a/Amber.ab Normal file
View File

@@ -0,0 +1 @@
puts("Hello World")

5
c/Cotowali.li Normal file
View File

@@ -0,0 +1,5 @@
fn helloworld(): string {
return "Hello World"
}
helloworld()

1
f/FreakC.fclang Normal file
View File

@@ -0,0 +1 @@
print[] Hello World

1
l/llrl.llrl Normal file
View File

@@ -0,0 +1 @@
(println! "Hello World")

1
p/Pangaea.pangaea Normal file
View File

@@ -0,0 +1 @@
"Hello World".p

1
p/Power Fx.pfx Normal file
View File

@@ -0,0 +1 @@
Text("Hello World")

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (952 total)
## Languages (960 total)
* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
@@ -70,6 +70,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Aime](a/Aime.aime)
* [Aiml](a/Aiml.aiml)
* [ALAGUF](a/ALAGUF.alaguf)
* [Alan](a/Alan.ln)
* [Alda](a/Alda.alda)
* [Algae](a/Algae.algae)
* [ALGOL 60](a/ALGOL%2060.algol60)
@@ -78,6 +79,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Alice](a/Alice.alice)
* [Alore](a/Alore.alore)
* [AlPhAbEt](a/AlPhAbEt.abc)
* [Amber](a/Amber.ab)
* [Amiga-E](a/Amiga-E.amiga-e)
* [Amos](a/Amos)
* [AnalF*ck](a/AnalF%E2%88%97ck.af)
@@ -259,6 +261,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Coq](c/Coq.v)
* [Cor](c/Cor.cor)
* [Coral 66](c/Coral%2066.cor)
* [Cotowali](c/Cotowali.li)
* [COW](c/COW.cow)
* [Cryptol](c/Cryptol)
* [Crystal](c/Crystal.cr)
@@ -378,6 +381,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Fourier](f/Fourier.fourier)
* [FoxPro](f/FoxPro.prg)
* [Fractran++](f/Fractran%2B%2B.fpp)
* [FreakC](f/FreakC.fclang)
* [Freebrain](f/Freebrain.frbr)
* [Frink](f/Frink.frink)
* [FROM HERE TO THERE](f/FROM%20HERE%20TO%20THERE)
@@ -536,6 +540,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [ListLang](l/ListLang)
* [LiveCode](l/LiveCode)
* [LiveScript](l/LiveScript.ls)
* [llrl](l/llrl.llrl)
* [LLVM](l/LLVM.ll)
* [LNUSP](l/LNUSP.lnusp)
* [Locomotive Basic](l/Locomotive%20Basic.b)
@@ -648,6 +653,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [o:XML](o/o%CB%B8XML)
* [Painter Programming](p/Painter%20Programming)
* [Pakhi](p/Pakhi.pakhi)
* [Pangaea](p/Pangaea.pangaea)
* [ParaSail](p/ParaSail.psi)
* [Parenthetic](p/Parenthetic.p)
* [Parser](p/Parser.p)
@@ -693,6 +699,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [PosXML](p/PosXML.posxml)
* [Potaka](p/Potaka.ptk)
* [Potigol](p/Potigol.poti)
* [Power Fx](p/Power%20Fx.pfx)
* [PowerBuilder](p/PowerBuilder.psr)
* [PowerShell](p/PowerShell.ps1)
* [Printscript](p/Printscript)
@@ -855,6 +862,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [TIBasic](t/TIBasic.ti)
* [Tk](t/Tk.tk)
* [Tkinter](t/Tkinter.py)
* [Tokay](t/Tokay.tok)
* [TOML](t/TOML.toml)
* [Tonyu](t/Tonyu)
* [Trans-dimensional](t/Trans-dimensional)

1
t/Tokay.tok Normal file
View File

@@ -0,0 +1 @@
print("Hello World")