rcl/src
2024-07-13 10:44:22 +02:00
..
abstraction.rs Remove SpanPrefixedExpr from parser 2024-06-16 22:49:31 +02:00
ast.rs Simplify eval of Seq now that we have types 2024-02-24 21:54:35 +01:00
cli.rs Add an html output mode 2024-06-23 20:51:08 +02:00
cli_utils.rs Change the tagline 2023-10-21 10:53:34 +02:00
cst.rs Remove SpanPrefixedExpr from parser 2024-06-16 22:49:31 +02:00
env.rs Exclude some regions from code coverage 2024-02-22 20:57:12 +01:00
error.rs Add an empty pprint Doc type 2024-03-09 18:47:50 +01:00
eval.rs Add List.sum and Set.sum methods 2024-07-12 23:10:11 +02:00
fmt_cst.rs Highlight null and bool as keyword in fmt output 2024-06-25 23:13:00 +02:00
fmt_json.rs Include non-string key in json key errors 2024-03-17 21:46:39 +01:00
fmt_raw.rs Unbox primitive values 2024-02-10 14:11:01 +01:00
fmt_rcl.rs Improve formatting of builtin values 2024-06-15 19:05:26 +02:00
fmt_toml.rs Use markup in 'rcl format' output 2024-03-09 19:37:04 +01:00
fmt_type.rs Simplify reporting union type errors 2024-04-22 22:13:50 +02:00
fmt_yaml_stream.rs Add yaml-stream output format 2024-02-19 19:02:41 +01:00
highlight.rs Add List.sum and Set.sum methods 2024-07-12 23:10:11 +02:00
lexer.rs Exclude some regions from code coverage 2024-02-22 20:57:12 +01:00
lib.rs Reorder type machinery into more modules 2024-02-24 21:54:35 +01:00
loader.rs Accept Clippy advice 2024-07-13 10:44:22 +02:00
main.rs Rewrite highlight command using MarkupString 2024-06-23 11:04:11 +02:00
markup.rs Handle escaping of & into & in html output 2024-06-23 21:25:19 +02:00
parser.rs Add parse error help for certain keywords 2024-06-16 23:16:01 +02:00
pprint.rs Improve formatting of dicts in the autoformatter 2024-06-15 21:18:08 +02:00
runtime.rs Rename union elements to members 2024-04-22 22:09:16 +02:00
source.rs Save body span info in the loader 2024-06-18 20:22:33 +02:00
stdlib.rs Add goldens for List.sum and Set.sum 2024-07-12 23:56:56 +02:00
string.rs Remove now-redundant cases of Prefixed<Expr> 2024-06-16 22:49:27 +02:00
tracer.rs Add an intermediate markup output to pretty-printer 2024-03-09 18:47:50 +01:00
type_diff.rs Simplify reporting union type errors 2024-04-22 22:13:50 +02:00
type_source.rs Refactor type error explanation messages 2024-02-24 21:54:35 +01:00
typecheck.rs Rename union elements to members 2024-04-22 22:09:16 +02:00
types.rs Simplify reporting union type errors 2024-04-22 22:13:50 +02:00