diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-04-26 13:00:51 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-04-26 13:00:51 +1200 |
commit | e5447e2568e24db9a5218bbe452b856266ca39ae (patch) | |
tree | e5425bf49fb7ff93b8c46a80b8742a85ecf19fe4 /Cargo.lock | |
parent | 83e5107684a37aa825d626c19a2af7fd6bfc231a (diff) | |
download | torque-asm-e5447e2568e24db9a5218bbe452b856266ca39ae.zip |
Implement first-class string literals
This feature promotes strings to a first-class type in the language.
If a string is passed to an invocation via the new string-type argument,
the string will be passed as a whole value. String arguments can still
be passed to an invocation via an integer-type argument, in which case
they'll be broken apart into individual characters with the macro being
invoked once per character.
String-type macro arguments are declared like "name".
Diffstat (limited to 'Cargo.lock')
0 files changed, 0 insertions, 0 deletions