roto 0.11.0

a statically-typed, compiled, embedded scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: tests/snapshot.rs
expression: string
input_file: tests/scripts/parse_errors/wrong_comment.roto
---
Error: Parse error: expected a function, filter, filtermap or import but got '#'
   ╭─[ tests/scripts/parse_errors/wrong_comment.roto:1:1 ]
   │
 1 │ # This is not a comment!
   │ ┬  
   │ ╰── expected a function, filter, filtermap or import
   │ 
   │ Help: `Use `//` for comments instead of `#`
───╯