From ba2af402713eb6b2c56cb0d61736868799038d92 Mon Sep 17 00:00:00 2001 From: Leo <64216877+wangrunlin@users.noreply.github.com> Date: Sun, 1 Aug 2021 11:19:53 +0800 Subject: [PATCH] Add TOML (#1114) --- readme.md | 3 ++- t/TOML.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 t/TOML.toml diff --git a/readme.md b/readme.md index f1cd4d2a..22d87259 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 (811 total) +## Languages (812 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [?$51=](%23/?%2351=) @@ -738,6 +738,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [TI Hexadecimal](t/TI%20Hexadecimal.hex) * [TIBasic](t/TIBasic.ti) * [TK](t/TK.tk) +* [TOML](t/TOML.toml) * [Trans-dimensional](t/Trans-dimensional) * [Tri](t/Tri.tri) * [TrollScript](t/TrollScript.troll) diff --git a/t/TOML.toml b/t/TOML.toml new file mode 100644 index 00000000..523defa5 --- /dev/null +++ b/t/TOML.toml @@ -0,0 +1 @@ +hello = "world"