From 4a2c1927f597fce7cdf7d04dc73fc5e7f4edcdc3 Mon Sep 17 00:00:00 2001 From: mStar aka a person <12024604-mstarongitlab@users.noreply.gitlab.com> Date: Thu, 25 Jan 2024 12:23:06 +0100 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fe47d0..4573018 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Capybara engine is a runtime for the JavaScript (ECMAScript) programming languag The initial target is too conform to ECMAScript 2023 as described on [https://tc39.es/ecma262/2023]. +It's also part of a project to maybe make a completely new browser (engine) one day. + ## What is not included - Any sort of APIs not defined in the language specification (like stuff nodejs has or the different browser APIs) - HTML & DOM systems (HTML rendering will be a seperate module)