Update the-super-tiny-compiler.js

This commit is contained in:
james kyle 2017-05-31 12:48:50 -07:00 committed by GitHub
parent c5979db026
commit 386d1efd5b

View File

@ -259,7 +259,7 @@
*
* If we were manipulating this AST directly, instead of creating a separate AST,
* we would likely introduce all sorts of abstractions here. But just visiting
* each node in the tree is enough.
* each node in the tree is enough for what we're trying to do.
*
* The reason I use the word "visiting" is because there is this pattern of how
* to represent operations on elements of an object structure.