Skip to content

Commit

Permalink
Add ABS, Cadence, Cone, daScript, dg, oK, Pikelet!, TopShell, Asteria…
Browse files Browse the repository at this point in the history
…, Tabloid, One, Qi, Retina, Charly, Dictu, Millfork, Minecraft Script, Mokkosu, Morloc, WurstScript, うんちく, Mind, Sawa, Xtal (leachim6#1434)

* Add ABS, Cadence, Cone, daScript, dg, oK, Pikelet!, TopShell
.

* Fix author name of workflow

* Add Asteria and Tabloid

* Add Asteria and Tabloid

* Add One and Qi

* Add Retina

* Add Charly, Dictu, Millfork, Minecraft Script, Mokkosu, Morloc, WurstScript

* Add うんちく and Mind

* Add Sawa

* Update Mokkosu.mok

* Update Asteria

* Add Xtal

Co-authored-by: gnuhead-chieb <[email protected]>
  • Loading branch information
gnuhead-chieb and gnuhead-chieb authored Dec 27, 2022
1 parent 7a59735 commit aeb09c6
Show file tree
Hide file tree
Showing 26 changed files with 85 additions and 1 deletion.
1 change: 1 addition & 0 deletions #/うんちく.unchk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
「Hello World」って書く。
8 changes: 8 additions & 0 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ jobs:

- id: last-commit-message
run: echo "msg=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
- id: get-author-name
run: echo "msg=$(git log -1 --pretty=%an)" >> $GITHUB_OUTPUT
- id: get-author-email
run: echo "msg=$(git log -1 --pretty=%aE)" >> $GITHUB_OUTPUT

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: ${{ steps.get-author-name.outputs.msg }}
commit_user_email: ${{ steps.get-author-email.outputs.msg }}
commit_author: ${{ steps.get-author-name.outputs.msg }} <${{ steps.get-author-email.outputs.msg }}>
commit_message: ${{ steps.last-commit-message.outputs.msg }}
commit_options: '--amend --no-edit'
push_options: '--force'
Expand Down
1 change: 1 addition & 0 deletions a/ABS.abs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo("Hello World")
1 change: 1 addition & 0 deletions a/Asteria
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
std.io.putln("Hello World");
10 changes: 10 additions & 0 deletions c/Cadence.cdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
access(all) contract HelloWorld {
access(all) let greeting: String
init() {
self.greeting = "Hello World"
}

access(all) fun hello(): String {
return self.greeting
}
}
1 change: 1 addition & 0 deletions c/Charly.ch
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World")
4 changes: 4 additions & 0 deletions c/Cone.cone
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import stdio::*

fn main():
print <- "Hello World"
1 change: 1 addition & 0 deletions d/Dictu.du
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World");
3 changes: 3 additions & 0 deletions d/daScript.das
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[export]
def main
print("Hello World\n")
1 change: 1 addition & 0 deletions d/dg.dg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print "Hello World"
5 changes: 5 additions & 0 deletions m/Millfork.mfk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import stdio

void main() {
putstrz("Hello World"z)
}
2 changes: 2 additions & 0 deletions m/Mind.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
�ᥤ��Ȥ�
����������Hello World�פ�ɽ�����ơ����Ԥ��뤳�ȡ�
1 change: 1 addition & 0 deletions m/Minecraft Script.mcscript
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
log("Hello World")
1 change: 1 addition & 0 deletions m/Mokkosu.mok
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
do println "Hello World";
2 changes: 2 additions & 0 deletions m/Morloc.loc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export hello
hello = "Hello World"
3 changes: 3 additions & 0 deletions o/One.one
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main {
__ "Hello World"
}
1 change: 1 addition & 0 deletions o/oK.k
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Hello World"
1 change: 1 addition & 0 deletions p/Pikelet!.pi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Hello World"
1 change: 1 addition & 0 deletions q/Qi.qi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
系统。打印行("Hello World")
1 change: 1 addition & 0 deletions r/Retina.ret
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
K`Hello World
26 changes: 25 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (975 total)
## Languages (999 total)

* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
Expand Down Expand Up @@ -37,6 +37,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [ᚱᚢᚾᛅᛦ](%23/%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%85%E1%9B%A6)
* [*](%23/%E2%88%97)
* [*><>](%23/%E2%88%97%EF%B9%A5%EF%B9%A4%EF%B9%A5)
* [うんちく](%23/%E3%81%86%E3%82%93%E3%81%A1%E3%81%8F.unchk)
* [なでしこ](%23/%E3%81%AA%E3%81%A7%E3%81%97%E3%81%93.nako)
* [ひまわり](%23/%E3%81%B2%E3%81%BE%E3%82%8F%E3%82%8A.hmw)
* [タイルズ](%23/%E3%82%BF%E3%82%A4%E3%83%AB%E3%82%BA.tls)
Expand All @@ -53,6 +54,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [aardio](a/aardio.aardio)
* [ABAP](a/ABAP.abap)
* [ABC](a/ABC.abc)
* [ABS](a/ABS.abs)
* [ACIDIC](a/ACIDIC.acidic)
* [Acpi](a/Acpi)
* [ACRONYM](a/ACRONYM.acronym)
Expand Down Expand Up @@ -144,6 +146,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Assembler Z80 Knightos](a/Assembler%20Z80%20Knightos.asm)
* [Assembler Z80 TI83calculator](a/Assembler%20Z80%20TI83calculator.asm)
* [Assembler Z80 zxspectrum](a/Assembler%20Z80%20zxspectrum.asm)
* [Asteria](a/Asteria)
* [ATS2](a/ATS2.dats)
* [Attache](a/Attache.%40)
* [AutoHotKey](a/AutoHotKey.ahk)
Expand Down Expand Up @@ -209,6 +212,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [C--](c/C--)
* [C](c/C.c)
* [Cache ObjectScript](c/Cache%20ObjectScript.mac)
* [Cadence](c/Cadence.cdc)
* [CAML](c/CAML.ml)
* [Candy](c/Candy.candy)
* [Cantonese](c/Cantonese.cantonese)
Expand All @@ -230,6 +234,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Chapel](c/Chapel.chpl)
* [Charcoal verbose mode](c/Charcoal%20verbose%20mode.cl)
* [Charcoal](c/Charcoal.cl)
* [Charly](c/Charly.ch)
* [ChaScript](c/ChaScript)
* [Cheddar](c/Cheddar.cheddar)
* [Cheese++](c/Cheese%2B%2B.cheese)
Expand Down Expand Up @@ -257,6 +262,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Comefrom0x10](c/Comefrom0x10)
* [Common Lisp](c/Common%20Lisp.lisp)
* [Concurnas](c/Concurnas.conc)
* [Cone](c/Cone.cone)
* [ContinuesEquation](c/ContinuesEquation.ce)
* [Control Language](c/Control%20Language.cllc)
* [Cool](c/Cool.cl)
Expand All @@ -283,6 +289,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [dark](d/dark.txt)
* [Dart](d/Dart.dart)
* [Darwin](d/Darwin.drw)
* [daScript](d/daScript.das)
* [DataFlex](d/DataFlex)
* [Db2](d/Db2.sql)
* [dBase](d/dBase.dbf)
Expand All @@ -295,6 +302,8 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Delphi](d/Delphi.pas)
* [Deno](d/Deno.ts)
* [Desmos](d/Desmos.desmos)
* [dg](d/dg.dg)
* [Dictu](d/Dictu.du)
* [Dis](d/Dis.dis)
* [Divzeros](d/Divzeros.dz)
* [Django](d/Django.py)
Expand Down Expand Up @@ -587,6 +596,9 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Meq](m/Meq.meq)
* [Mercury](m/Mercury.m)
* [MilkScript](m/MilkScript.milk)
* [Millfork](m/Millfork.mfk)
* [Mind](m/Mind.src)
* [Minecraft Script](m/Minecraft%20Script.mcscript)
* [Minecraft](m/Minecraft.mcfunction)
* [Mint](m/Mint.mint)
* [Mips](m/Mips.s)
Expand All @@ -596,12 +608,14 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [ModiScript](m/ModiScript.chai)
* [Modula 2](m/Modula%202.mod)
* [Modula 3](m/Modula%203.m3)
* [Mokkosu](m/Mokkosu.mok)
* [Mongo](m/Mongo.sh)
* [Monkey](m/Monkey)
* [Monte](m/Monte.mt)
* [Moo](m/Moo.moo)
* [MOONBlock](m/MOONBlock.png)
* [Moonscript](m/Moonscript.moon)
* [Morloc](m/Morloc.loc)
* [Morse code](m/Morse%20code)
* [Mostawesomeprograminglanguage](m/Mostawesomeprograminglanguage)
* [Mouse](m/Mouse.mse)
Expand Down Expand Up @@ -647,8 +661,10 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [occam](o/occam.occam)
* [Octave](o/Octave.m)
* [Odin](o/Odin.odin)
* [oK](o/oK.k)
* [Omgrofl](o/Omgrofl.omgrofl)
* [ON THE WAY TO WHO KNOWS WHERE](o/ON%20THE%20WAY%20TO%20WHO%20KNOWS%20WHERE)
* [One](o/One.one)
* [Ooc](o/Ooc.ooc)
* [Ook!](o/Ook%21.ok)
* [Opa](o/Opa.opa)
Expand Down Expand Up @@ -692,6 +708,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Pig](p/Pig.pig)
* [PikaLang](p/PikaLang.pokeball)
* [Pike](p/Pike.pike)
* [Pikelet!](p/Pikelet%21.pi)
* [Pinecone](p/Pinecone.pn)
* [Pit](p/Pit.pit)
* [Pizza](p/Pizza.pizza)
Expand Down Expand Up @@ -739,6 +756,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Qalb](q/Qalb)
* [QBasic](q/QBasic.bas)
* [QCL](q/QCL.qcl)
* [Qi](q/Qi.qi)
* [Qore](q/Qore.q)
* [QSharp](q/QSharp.qs)
* [QU](q/QU.qu)
Expand Down Expand Up @@ -769,6 +787,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Refal](r/Refal.ref)
* [ReScript](r/ReScript.res)
* [reStructuredText](r/reStructuredText.rst)
* [Retina](r/Retina.ret)
* [Retro](r/Retro.retro)
* [Rexx](r/Rexx.rexx)
* [Rick Roll](r/Rick%20Roll.rickroll)
Expand All @@ -795,6 +814,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Sas](s/Sas.sas)
* [Sass](s/Sass.sass)
* [Sather](s/Sather.sa)
* [Sawa](s/Sawa.%EA%A6%B1%EA%A6%AE)
* [Scala](s/Scala.scala)
* [Scheme](s/Scheme.scm)
* [SCHWift](s/SCHWift.y)
Expand Down Expand Up @@ -856,6 +876,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Swift](s/Swift.swift)
* [SystemTap](s/SystemTap.stp)
* [Plain text](t/Plain%20text.txt)
* [Tabloid](t/Tabloid)
* [Takeover](t/Takeover)
* [Tao Presentations](t/Tao%20Presentations.ddd)
* [TapeBagel](t/TapeBagel.tb)
Expand All @@ -878,6 +899,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Tokay](t/Tokay.tok)
* [TOML](t/TOML.toml)
* [Tonyu](t/Tonyu)
* [TopShell](t/TopShell)
* [Trans-dimensional](t/Trans-dimensional)
* [Tri](t/Tri.tri)
* [TrollScript](t/TrollScript.troll)
Expand Down Expand Up @@ -941,6 +963,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [wowLang](w/wowLang.wow)
* [Wren](w/Wren.wren)
* [WSH](w/WSH.vbs)
* [WurstScript](w/WurstScript.wurst)
* [wxPython](w/wxPython.py)
* [Wyvern](w/Wyvern.wyv)
* [X D](x/X%20D.xd)
Expand All @@ -960,6 +983,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [XQuery](x/XQuery.xq)
* [XRF](x/XRF.xrf)
* [XSLT](x/XSLT.xslt)
* [Xtal](x/Xtal.xtal)
* [XUL](x/XUL.xul)
* [Y](y/Y.y)
* [YAML](y/YAML.yaml)
Expand Down
1 change: 1 addition & 0 deletions s/Sawa.ꦱꦮ
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ꦥꦿꦶꦤ꧀("Hello World")
3 changes: 3 additions & 0 deletions t/Tabloid
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
YOU WON'T WANT TO MISS 'Hello World'

PLEASE LIKE AND SUBSCRIBE
1 change: 1 addition & 0 deletions t/TopShell
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Hello World"
5 changes: 5 additions & 0 deletions w/WurstScript.wurst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package HelloWurst
import Printing

init
print("Hello World")
1 change: 1 addition & 0 deletions x/Xtal.xtal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Hello World".p;

0 comments on commit aeb09c6

Please sign in to comment.