Documented previous change

This commit is contained in:
enderger 2019-11-20 08:50:09 -06:00 committed by GitHub
parent cf64279293
commit 1ec0771ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,6 +380,7 @@
// things...
function tokenizer(p_input) {
//Fixes an infinite loop where the file ends before certain while loops end.
let input = p_input + ' ';
// A `current` variable for tracking our position in the code like a cursor.
let current = 0;