mirror of
https://github.com/fluencelabs/aquavm
synced 2025-05-29 15:41:23 +00:00
1. `EmbedString` is removed from lexer 2. `#".."#` is parsed as a string. It can contain quotation marks and hash signs inside, but `"#` combination ends it. The raw strings can be used everywhere where string can be used. `(#...#)` cannot be used because it can exist in real code (for example, canon stream in call triplet).