mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
Update the-super-tiny-compiler.js
Plural "node"
This commit is contained in:
parent
f0321d5b1d
commit
d8d4013045
@ -333,7 +333,7 @@
|
|||||||
*
|
*
|
||||||
* Code generators work several different ways, some compilers will reuse the
|
* Code generators work several different ways, some compilers will reuse the
|
||||||
* tokens from earlier, others will have created a separate representation of
|
* tokens from earlier, others will have created a separate representation of
|
||||||
* the code so that they can print node linearly, but from what I can tell most
|
* the code so that they can print nodes linearly, but from what I can tell most
|
||||||
* will use the same AST we just created, which is what we’re going to focus on.
|
* will use the same AST we just created, which is what we’re going to focus on.
|
||||||
*
|
*
|
||||||
* Effectively our code generator will know how to “print” all of the different
|
* Effectively our code generator will know how to “print” all of the different
|
||||||
|
Loading…
Reference in New Issue
Block a user