diff --git a/c/CASL2.cas b/c/CASL2.cas new file mode 100644 index 0000000..ad892ca --- /dev/null +++ b/c/CASL2.cas @@ -0,0 +1,6 @@ +MAIN START + OUT MSG,LEN + RET +MSG DC 'Hello World' +LEN DC 18 + END diff --git a/l/LINE entry.ent b/l/LINE entry.ent new file mode 100644 index 0000000..7dacd0f Binary files /dev/null and b/l/LINE entry.ent differ diff --git a/readme.md b/readme.md index 12b2c7e..8085c0a 100644 --- a/readme.md +++ b/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 (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) diff --git a/t/Tonyu b/t/Tonyu new file mode 100644 index 0000000..72bc4bc --- /dev/null +++ b/t/Tonyu @@ -0,0 +1 @@ +new Label{x:50, y:20, text:"Hello World"};