]> git.lizzy.rs Git - nothing.git/blobdiff - src/script/parser.h
(#408) use stdbool in camera unit
[nothing.git] / src / script / parser.h
index a1f61a85bbf6696c85036f2a6254005154aa4be3..21247dae5757a019dac8a1f8e0c4a192557ef6fe 100644 (file)
@@ -21,7 +21,6 @@ struct ParseResult parse_success(struct Expr expr,
 struct ParseResult parse_failure(const char *error,
                                  const char *end);
 
-// TODO(#361): parser does not parse negative numbers
 struct ParseResult read_expr_from_string(Gc *gc, const char *str);
 struct ParseResult read_expr_from_file(Gc *gc, const char *filename);