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