verbena 0.2.0

Scripting language
1
2
3
4
5
6
# Verbena has the same character/string escape sequences as Rust
print "a\nb"
print "\'\\\'"
print "\"\\\""
print "\x41"
print "\u{0042}"