Add ABS, Cadence, Cone, daScript, dg, oK, Pikelet!, TopShell, Asteria, Tabloid, One, Qi, Retina, Charly, Dictu, Millfork, Minecraft Script, Mokkosu, Morloc, WurstScript, うんちく, Mind, Sawa, Xtal (#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 <gnuhead-chieb@users.noreply.github.com>
This commit is contained in:
1
#/うんちく.unchk
Normal file
1
#/うんちく.unchk
Normal file
@@ -0,0 +1 @@
|
||||
「Hello World」って書く。
|
||||
8
.github/workflows/update_readme.yml
vendored
8
.github/workflows/update_readme.yml
vendored
@@ -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'
|
||||
|
||||
10
c/Cadence.cdc
Normal file
10
c/Cadence.cdc
Normal file
@@ -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
c/Charly.ch
Normal file
1
c/Charly.ch
Normal file
@@ -0,0 +1 @@
|
||||
print("Hello World")
|
||||
4
c/Cone.cone
Normal file
4
c/Cone.cone
Normal file
@@ -0,0 +1,4 @@
|
||||
import stdio::*
|
||||
|
||||
fn main():
|
||||
print <- "Hello World"
|
||||
1
d/Dictu.du
Normal file
1
d/Dictu.du
Normal file
@@ -0,0 +1 @@
|
||||
print("Hello World");
|
||||
3
d/daScript.das
Normal file
3
d/daScript.das
Normal file
@@ -0,0 +1,3 @@
|
||||
[export]
|
||||
def main
|
||||
print("Hello World\n")
|
||||
5
m/Millfork.mfk
Normal file
5
m/Millfork.mfk
Normal file
@@ -0,0 +1,5 @@
|
||||
import stdio
|
||||
|
||||
void main() {
|
||||
putstrz("Hello World"z)
|
||||
}
|
||||
2
m/Mind.src
Normal file
2
m/Mind.src
Normal file
@@ -0,0 +1,2 @@
|
||||
メインとは
|
||||
≈Hello World∽を 山绩して 猖乖すること。
|
||||
1
m/Minecraft Script.mcscript
Normal file
1
m/Minecraft Script.mcscript
Normal file
@@ -0,0 +1 @@
|
||||
log("Hello World")
|
||||
1
m/Mokkosu.mok
Normal file
1
m/Mokkosu.mok
Normal file
@@ -0,0 +1 @@
|
||||
do println "Hello World";
|
||||
2
m/Morloc.loc
Normal file
2
m/Morloc.loc
Normal file
@@ -0,0 +1,2 @@
|
||||
export hello
|
||||
hello = "Hello World"
|
||||
1
p/Pikelet!.pi
Normal file
1
p/Pikelet!.pi
Normal file
@@ -0,0 +1 @@
|
||||
"Hello World"
|
||||
1
r/Retina.ret
Normal file
1
r/Retina.ret
Normal file
@@ -0,0 +1 @@
|
||||
K`Hello World
|
||||
26
readme.md
26
readme.md
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
|
||||
3
t/Tabloid
Normal file
3
t/Tabloid
Normal file
@@ -0,0 +1,3 @@
|
||||
YOU WON'T WANT TO MISS 'Hello World'
|
||||
|
||||
PLEASE LIKE AND SUBSCRIBE
|
||||
1
t/TopShell
Normal file
1
t/TopShell
Normal file
@@ -0,0 +1 @@
|
||||
"Hello World"
|
||||
5
w/WurstScript.wurst
Normal file
5
w/WurstScript.wurst
Normal file
@@ -0,0 +1,5 @@
|
||||
package HelloWurst
|
||||
import Printing
|
||||
|
||||
init
|
||||
print("Hello World")
|
||||
1
x/Xtal.xtal
Normal file
1
x/Xtal.xtal
Normal file
@@ -0,0 +1 @@
|
||||
"Hello World".p;
|
||||
Reference in New Issue
Block a user