From f3aefd638adc03d87ace65a246b02598168c520e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 31 Dec 2020 18:13:20 +0100 Subject: [PATCH] :art: Add link to (WIP) tour --- docs/README.mdr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/README.mdr b/docs/README.mdr index af30807b..bdd9742b 100644 --- a/docs/README.mdr +++ b/docs/README.mdr @@ -24,9 +24,14 @@ Here is the piece of code you're waiting for :tada:: * [single inheritance](https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Design_constraints) * typedef (function pointers and type aliases) -* [enums](Reference/Types/Enums.html) and [unions](Reference/Types/Unions.html) +* [enums](Reference/Types/Enums.html) +* [tagged unions](Reference/Types/Unions.html) * templates (both class and functions) * easy concurrency/async * [lambdas](Reference/Functions/Lambdas.html) * [memoization](Reference/Preprocessor.md#Memoization) * [variadic](Reference/Functions/Variadic.html) functions + +## Try me + +There's a gwion [repl](repl.it) in the wild. You can try the language [there](https://gwiontour.fennecdjay.repl.co/) -- 2.43.0