From 3f6fd994f01a1e0431c169a4532a1b22916610fd Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 13 Jan 2023 23:55:26 +0900 Subject: [PATCH] README.md: mruby is not Ruby 3.x compatible (for syntax at least) With pattern matching as an exception. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8661754..07f77e87e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ ## What is mruby mruby is the lightweight implementation of the Ruby language complying to (part -of) the [ISO standard][ISO-standard]. Its syntax is Ruby 2.x compatible. +of) the [ISO standard][ISO-standard] with more recent features provided by Ruby 3.x. +Also, its syntax is Ruby 3.x compatible except for pattern matching. mruby can be linked and embedded within your application. We provide the interpreter program "mruby", and the interactive mruby shell "mirb" as examples.