just/src
Casey Rodarmor 438b5147fe
Improve invalid escape sequence error messages (#328)
The invalid escape sequence error message is delimited with backticks
and isn't used as input to other programs. This diff tweaks the escaping rules
slightly when printing invalid escape sequences. In particular, `, \, ',
and " are now not be escaped.
2018-06-30 22:19:13 -04:00
..
assignment_evaluator.rs Implement invocation_directory function (#312) 2018-06-19 13:13:21 -04:00
assignment_resolver.rs Make .env vars available in env_var functions (#310) 2018-03-17 09:17:41 -07:00
color.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
command_ext.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
common.rs Make .env vars available in env_var functions (#310) 2018-03-17 09:17:41 -07:00
compilation_error.rs Improve invalid escape sequence error messages (#328) 2018-06-30 22:19:13 -04:00
configuration.rs Refactor some other stuff (#252) 2017-11-17 17:28:06 -08:00
cooked_string.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
expression.rs Add env_var(key) and env_var_or_default(key, default) functions (#280) 2017-12-02 23:59:07 +01:00
fragment.rs Refactor more tests into macro invocations (#259) 2017-11-18 01:44:59 -08:00
function.rs Implement invocation_directory function (#312) 2018-06-19 13:13:21 -04:00
justfile.rs Implement invocation_directory function (#312) 2018-06-19 13:13:21 -04:00
lexer.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
load_dotenv.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
main.rs Make .env vars available in env_var functions (#310) 2018-03-17 09:17:41 -07:00
misc.rs Refactor Everything (#250) 2017-11-16 23:30:08 -08:00
parameter.rs Refactor more tests into macro invocations (#259) 2017-11-18 01:44:59 -08:00
parser.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
platform.rs Implement invocation_directory function (#312) 2018-06-19 13:13:21 -04:00
range_ext.rs Refactor Everything (#250) 2017-11-16 23:30:08 -08:00
recipe_resolver.rs Make .env vars available in env_var functions (#310) 2018-03-17 09:17:41 -07:00
recipe.rs Implement invocation_directory function (#312) 2018-06-19 13:13:21 -04:00
run.rs Implement invocation_directory function (#312) 2018-06-19 13:13:21 -04:00
runtime_error.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00
shebang.rs Refactor Everything (#250) 2017-11-16 23:30:08 -08:00
testing.rs Rename Scanner to Lexer (#276) 2017-12-01 11:22:32 +01:00
token.rs Add dotenv integration (#306) 2018-03-05 13:21:35 -08:00