ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara e943a5b092 templater: parse negative integer as unary operator and literal
Follows up 9702a425e5 "Allow negative numbers in the template grammar."
Since we've added parsing rules for operator expressions, it makes sense to
parse unary '-' as operator.
2024-02-10 09:15:21 +09:00
..
commands workspace: create transaction using workspace_command 2024-02-09 01:24:09 -08:00
config templates: use surround() function in default "show" template 2024-02-08 02:16:47 +09:00
merge_tools
cleanup_guard.rs
cli_util.rs workspace: recover from missing operation 2024-02-09 00:38:47 -08:00
commit_templater.rs
config-schema.json
config.rs
description_util.rs
diff_util.rs
formatter.rs
git_util.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs
progress.rs
template.pest templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
template_builder.rs templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
template_parser.rs templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
templater.rs
text_util.rs
time_util.rs
ui.rs