vyre-macros 0.6.4

Procedural macros for vyre compiler passes - #[vyre_pass], #[vyre_ast_registry]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error: unexpected end of input, missing `program = ...`. Fix: provide an expression that builds a vyre Program.
  --> tests/ui/missing_define_op_program.rs:3:1
   |
3  | / define_op! {
4  | |     id = "primitive.bad.missing_program",
5  | |     dialect = "primitive.bad",
6  | |     category = A,
...  |
9  | |     laws = [],
10 | | }
   | |_^
   |
   = note: this error originates in the macro `define_op` (in Nightly builds, run with -Z macro-backtrace for more info)