ronin-core 0.1.0

Lossless, error-tolerant RON concrete-syntax-tree engine for RONin (WASM-clean core).
Documentation
1
2
3
4
5
6
7
// Raw strings with embedded quotes and hashes.
[
    r"simple raw",
    r#"raw with "quotes""#,
    r##"raw with "# inside"##,
    r#"path C:\Users\name\file.txt"#,
]