Add CASL2, LINE Entry, Tonyu (#1429)

This commit is contained in:
gnuhead-chieb 2022-11-28 21:02:54 +09:00 committed by GitHub
parent 46e55fe05a
commit ded3f86509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 1 deletions

6
c/CASL2.cas Normal file
View File

@ -0,0 +1,6 @@
MAIN START
OUT MSG,LEN
RET
MSG DC 'Hello World'
LEN DC 18
END

BIN
l/LINE entry.ent Normal file

Binary file not shown.

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 (948 total)
## Languages (951 total)
* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
@ -212,6 +212,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Carbon](c/Carbon.carbon)
* [Cardinal](c/Cardinal.cardinal)
* [Casio BASIC](c/Casio%20BASIC)
* [CASL2](c/CASL2.cas)
* [cat](c/cat.cat)
* [Catrobat](c/Catrobat.catrobat)
* [Cbot](c/Cbot.txt)
@ -527,6 +528,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Like, Python](l/Like%2C%20Python.lp)
* [LilyPond](l/LilyPond.ly)
* [Limbo](l/Limbo.b)
* [LINE entry](l/LINE%20entry.ent)
* [Lingo](l/Lingo.lg4)
* [Lisaac](l/Lisaac.li)
* [Lisp](l/Lisp.lsp)
@ -853,6 +855,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Tk](t/Tk.tk)
* [Tkinter](t/Tkinter.py)
* [TOML](t/TOML.toml)
* [Tonyu](t/Tonyu)
* [Trans-dimensional](t/Trans-dimensional)
* [Tri](t/Tri.tri)
* [TrollScript](t/TrollScript.troll)

1
t/Tonyu Normal file
View File

@ -0,0 +1 @@
new Label{x:50, y:20, text:"Hello World"};