# C res_word_chars: &letters # comment1: comment2: /* */ quote2: " " ' ' # +word => word -> {\\ttb{}word} # ~word => word -> {\\tts{}word} # $x -> => x -> \\(y\\) # x y => x -> y # Reserved words +auto +break +case +char +const +continue +default +do +double +else +enum +extern +float +for +goto +if +int +long +register +return +short +sizeof +static +struct +switch +typedef +union +unsigned +void +while # Pre-processor directives +#define +#include # Mathematical translations $< < $> > $<= \le $>= \ge $<< \ll $>> \gg $!= \neq $&& \land $|| \lor $-> \to # Arbitrary translations .{ \{ .} \}