]> git.kianting.info Git - clo/blobdiff - src/index.js
add comments
[clo] / src / index.js
index a1ef267b5eb062cd6765a25f3be82e86485efecd..23320ac6471bd64cf15a6771802a5234bf85f354 100644 (file)
@@ -220,6 +220,7 @@ function tokenize(input) {
     };
     console.log(input + ", result: ");
     console.log(thenDo(input_matchee_pair, integer));
+    // TODO: id, string, space, basic operator, 3 marks: @, {, }.
 }
 exports.tokenize = tokenize;
 tokenize("+123");