diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-05 13:27:04 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-05 13:32:08 +1000 |
commit | cdb82a10424543724388a00df5fb10b11efa8884 (patch) | |
tree | 5962f8765e8029fa94f9c5c72fe3baa9d6399fc3 /src/llex.js | |
parent | 9624b3bb70f4d28f468d34503c919c9bc3eee11b (diff) | |
download | fengari-cdb82a10424543724388a00df5fb10b11efa8884.tar.gz fengari-cdb82a10424543724388a00df5fb10b11efa8884.tar.bz2 fengari-cdb82a10424543724388a00df5fb10b11efa8884.zip |
Add a FIXME, remove a TODO, edit a comment
Diffstat (limited to 'src/llex.js')
-rw-r--r-- | src/llex.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llex.js b/src/llex.js index 8375ac6..59c9015 100644 --- a/src/llex.js +++ b/src/llex.js @@ -142,7 +142,7 @@ class LexState { this.L = null; this.z = new MBuffer(); this.buff = new MBuffer(); /* buffer for tokens */ - this.h = null; /* to avoid collection/reuse strings */ + this.h = null; /* to reuse strings */ this.dyd = null; /* dynamic structures used by the parser */ this.source = null; /* current source name */ this.envn = null; /* environment variable name */ |