]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#297)
authorrexim <reximkut@gmail.com>
Sat, 25 Aug 2018 18:27:46 +0000 (01:27 +0700)
committerrexim <reximkut@gmail.com>
Sat, 25 Aug 2018 18:27:46 +0000 (01:27 +0700)
src/script/parser.c

index 0c945d9486796828f719b97ec055c8a19dd74dd4..ed2bc3e8baf0185e9ffd5d51974aef05bf7881ea 100644 (file)
@@ -37,7 +37,7 @@ struct ParseResult create_expr_from_str(const char *str,
     assert(str);
     assert(cursor);
 
-    /* TODO: create_expr_from_str doesn't parse lists */
+    /* TODO(#297): create_expr_from_str doesn't parse lists */
     /* TODO(#291): create_expr_from_str doesn't no support comments */
 
     skip_whitespaces(str, cursor, n);