Update the-super-tiny-compiler.js

Plural "node"
pull/72/head
Johnny Peck 4 years ago committed by GitHub
parent f0321d5b1d
commit 2069de183c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -333,7 +333,7 @@
*
* Code generators work several different ways, some compilers will reuse the
* 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 were going to focus on.
*
* Effectively our code generator will know how to print all of the different

Loading…
Cancel
Save