| .. |
|
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 'rcl re' and 'rcl rq' shorthands for -fraw
|
2024-08-23 22:14:41 +02:00 |
|
cli_utils.rs
|
Change the tagline
|
2023-10-21 10:53:34 +02:00 |
|
cmd_build.rs
|
Add friendly message for build IO error
|
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
|
Make autoformatter add colon after else by default
|
2024-07-31 21:46:23 +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
|
Simplify the parser by adding an Eof token
|
2024-08-24 12:30:59 +02:00 |
|
lib.rs
|
Implement first rudimentary version of 'rcl build'
|
2024-07-27 23:03:05 +02:00 |
|
loader.rs
|
Address a few minor issues in the new build code
|
2024-07-27 23:03:05 +02:00 |
|
main.rs
|
Simplify highlighting output paths in errors
|
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
|
Simplify the parser by adding an Eof token
|
2024-08-24 12:30:59 +02:00 |
|
pprint.rs
|
Address a few minor issues in the new build code
|
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
|
Simplify message
|
2024-08-02 12:17:46 +02:00 |
|
types.rs
|
Make Clippy happy about Ord impl
|
2024-08-26 19:51:19 +02:00 |