;
; ABNF with emoticons
;
start      = statement1 LF statement2 [LF]
statement  = %d33-126 *%d32-126
statement1 = statement grin
statement2 = statement cool
grin       = %d128513 ; grinning face
cool       = %d128526 ; cool shades, sunglasses
LF         = %d10 / %d13.10 / %d13
