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/multi_byte_utf8.roto
---
Error: Parse error: expected an identifier but got ';'
   ╭─[ tests/scripts/parse_errors/multi_byte_utf8.roto:3:3 ]
   │
 3 │ fn;
   │   ┬  
   │   ╰── expected an identifier
───╯