mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Raw string notation in assembly code #3

Open mna opened 10 years ago

mna commented 10 years ago

The raw string notation is supported in the source code (backtick strings, like in Go), but once saved as assembly source, it fails to run from this assembly source code, because a K value is expected to be on a single line.