Skip to content

Commit 9bc9a93

Browse files
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 <[email protected]>
1 parent 55a2b82 commit 9bc9a93

File tree

10 files changed

+35
-2
lines changed

10 files changed

+35
-2
lines changed

.github/workflows/update_readme.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,19 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 2
1315
- uses: actions/setup-python@v4
1416
with:
1517
python-version: '3.10'
1618
- name: Update Readme
1719
run: python update_list.py
20+
21+
- id: last-commit-message
22+
run: echo "msg=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
1823
- uses: stefanzweifel/git-auto-commit-action@v4
1924
with:
20-
commit_message: Update Readme
25+
commit_message: ${{ steps.last-commit-message.outputs.msg }}
26+
commit_options: '--amend --no-edit'
27+
push_options: '--force'
28+
skip_fetch: true

a/Alan.ln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import @std/app
2+
3+
on app.start {
4+
app.print("Hello World");
5+
emit app.exit 0;
6+
}

a/Amber.ab

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
puts("Hello World")

c/Cotowali.li

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn helloworld(): string {
2+
return "Hello World"
3+
}
4+
5+
helloworld()

f/FreakC.fclang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print[] Hello World

l/llrl.llrl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(println! "Hello World")

p/Pangaea.pangaea

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"Hello World".p

p/Power Fx.pfx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Text("Hello World")

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
88
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
99

1010
<!--Languages start-->
11-
## Languages (952 total)
11+
## Languages (960 total)
1212

1313
* [!](%23/%21)
1414
* [!@#$%^&*()_+](%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
7070
* [Aime](a/Aime.aime)
7171
* [Aiml](a/Aiml.aiml)
7272
* [ALAGUF](a/ALAGUF.alaguf)
73+
* [Alan](a/Alan.ln)
7374
* [Alda](a/Alda.alda)
7475
* [Algae](a/Algae.algae)
7576
* [ALGOL 60](a/ALGOL%2060.algol60)
@@ -78,6 +79,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
7879
* [Alice](a/Alice.alice)
7980
* [Alore](a/Alore.alore)
8081
* [AlPhAbEt](a/AlPhAbEt.abc)
82+
* [Amber](a/Amber.ab)
8183
* [Amiga-E](a/Amiga-E.amiga-e)
8284
* [Amos](a/Amos)
8385
* [AnalF*ck](a/AnalF%E2%88%97ck.af)
@@ -259,6 +261,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
259261
* [Coq](c/Coq.v)
260262
* [Cor](c/Cor.cor)
261263
* [Coral 66](c/Coral%2066.cor)
264+
* [Cotowali](c/Cotowali.li)
262265
* [COW](c/COW.cow)
263266
* [Cryptol](c/Cryptol)
264267
* [Crystal](c/Crystal.cr)
@@ -378,6 +381,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
378381
* [Fourier](f/Fourier.fourier)
379382
* [FoxPro](f/FoxPro.prg)
380383
* [Fractran++](f/Fractran%2B%2B.fpp)
384+
* [FreakC](f/FreakC.fclang)
381385
* [Freebrain](f/Freebrain.frbr)
382386
* [Frink](f/Frink.frink)
383387
* [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
536540
* [ListLang](l/ListLang)
537541
* [LiveCode](l/LiveCode)
538542
* [LiveScript](l/LiveScript.ls)
543+
* [llrl](l/llrl.llrl)
539544
* [LLVM](l/LLVM.ll)
540545
* [LNUSP](l/LNUSP.lnusp)
541546
* [Locomotive Basic](l/Locomotive%20Basic.b)
@@ -648,6 +653,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
648653
* [o:XML](o/o%CB%B8XML)
649654
* [Painter Programming](p/Painter%20Programming)
650655
* [Pakhi](p/Pakhi.pakhi)
656+
* [Pangaea](p/Pangaea.pangaea)
651657
* [ParaSail](p/ParaSail.psi)
652658
* [Parenthetic](p/Parenthetic.p)
653659
* [Parser](p/Parser.p)
@@ -693,6 +699,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
693699
* [PosXML](p/PosXML.posxml)
694700
* [Potaka](p/Potaka.ptk)
695701
* [Potigol](p/Potigol.poti)
702+
* [Power Fx](p/Power%20Fx.pfx)
696703
* [PowerBuilder](p/PowerBuilder.psr)
697704
* [PowerShell](p/PowerShell.ps1)
698705
* [Printscript](p/Printscript)
@@ -855,6 +862,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
855862
* [TIBasic](t/TIBasic.ti)
856863
* [Tk](t/Tk.tk)
857864
* [Tkinter](t/Tkinter.py)
865+
* [Tokay](t/Tokay.tok)
858866
* [TOML](t/TOML.toml)
859867
* [Tonyu](t/Tonyu)
860868
* [Trans-dimensional](t/Trans-dimensional)

t/Tokay.tok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello World")

0 commit comments

Comments
 (0)