RobertBendun / stacky

Stack based programming language
Boost Software License 1.0
4 stars 1 forks source link

Sized string literal #16

Open RobertBendun opened 3 years ago

RobertBendun commented 3 years ago

$"<str>" produces stack: ( address(str) len(str) )

Hello world with this syntax:

$"hello, world" 1 1 syscall3