From 04e4a9109831261d960c8ed34df72379c910307e Mon Sep 17 00:00:00 2001 From: TopchetoEU Date: Wed, 8 Jan 2025 10:00:37 +0000 Subject: [PATCH] spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 583cdf5..c95de2e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Finally, you can write mixed JS and C code, which can allow for very expressive ## How do we intend on achieving this? -Since a lot of self-hosted JS parsers exists, one of them could simply be used to compile EcmaNext code to C - it's a (somewhat) simple tree transformation problem. From there on, we just get an off-the-shelf C compiler, and compile the code, linked with a specially-crafted runtime. +Since a lot of self-hosted JS parsers exist, one of them could simply be used to compile EcmaNext code to C - it's a (somewhat) simple tree transformation problem. From there on, we just get an off-the-shelf C compiler, and compile the code, linked with a specially-crafted runtime. ## The runtime