# Awk res_word_chars: &letters comment1: # comment2: quote2: " " ' ' # +word => word -> {\\ttb{}word} # ~word => word -> {\\tts{}word} # $x -> => x -> \\(y\\) # x y => x -> y # Reserved words +BEGIN +break +continue +do +else +END +exit +for +if +next +print +printf +while # Mathematical translations $< < $> > $~ \sim $<= \le $>= \ge $<< \ll $>> \gg $!= \neq $&& \land $|| \lor $-> \to # Arbitrary translations .{ \{ .} \}