The following code fails with the following panic.
@PCode {
// hello
Push 0
Trace
}
thread 'main' ([...]) panicked at [...]/rascal-0.3.5/src/internal/as2_codegen/statement.rs:110:37:
error: invalid action name
╭▸ inline pcode
│
It would be nice if:
- the error message was more specific,
- comments were supported in
@PCode blocks.
The following code fails with the following panic.
It would be nice if:
@PCodeblocks.