Ivan Boldyrev 97fe1cec4b Use raw strings #".."# for embed
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).
2024-08-01 15:54:02 +02:00
..
2024-08-01 15:54:02 +02:00
2024-08-01 13:19:26 +02:00