Documented previous change

pull/71/head
enderger 5 years ago committed by GitHub
parent cf64279293
commit 1ec0771ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -380,7 +380,8 @@
// things...
function tokenizer(p_input) {
let input = 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;

Loading…
Cancel
Save