c-punctuators ( -- value )


Vocabulary
c.lexer

Inputs
None

Outputs
valuean object


Definition

CONSTANT: c-punctuators
{
"["
"]"
"("
")"
"{"
"}"
"."
"->"
"++"
"--"
"&"
"*"
"+"
"-"
"~"
"!"
"/"
"%"
"<<"
">>"
"<"
">"
"<="
">="
"=="
"!="
"^"
"|"
"&&"
"||"
"?"
":"
";"
"..."
"="
"*="
"/="
"%="
"+="
"-="
"<<="
">>="
"&="
"^="
"|="
","
"#"
"##"
"<:"
":>"
"<%"
"%>"
"%:"
"%:%:"
} inline