..
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 tests for "rcl build" CLI parsing
2024-07-27 23:03:05 +02:00
cli_utils.rs
Change the tagline
2023-10-21 10:53:34 +02:00
cmd_build.rs
Add more goldens to cover build subcommand
2024-07-27 23:03:05 +02:00
cmd_eval.rs
Implement first rudimentary version of 'rcl build'
2024-07-27 23:03:05 +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
Implement first rudimentary version of 'rcl build'
2024-07-27 23:03:05 +02:00
loader.rs
Handle sandbox policy and IO errors in build output
2024-07-27 23:03:05 +02:00
main.rs
Add --dry-run option to "rcl build"
2024-07-27 23:03:05 +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
Handle sandbox policy and IO errors in build output
2024-07-27 23:03:05 +02:00
runtime.rs
Add build target parsing
2024-07-27 23:03:05 +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
Add build target parsing
2024-07-27 23:03:05 +02:00
typecheck.rs
Rename union elements to members
2024-04-22 22:09:16 +02:00
types.rs
Add build target parsing
2024-07-27 23:03:05 +02:00