roto 0.11.0

a statically-typed, compiled, embedded scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: tests/snapshot.rs
expression: string
input_file: tests/scripts/parse_errors/escape_error.roto
---
Error: Parse error: unknown character escape
   ╭─[ tests/scripts/parse_errors/escape_error.roto:2:17 ]
   │
 2 │     let x = "blabla\y";
   │                    ─┬  
   │                     ╰── unknown character escape
───╯