#! /usr/bin/sed -f


# allow "%" as a comment char
s/^%/@c /
s/[^\\]%.*$//
s/\\%/%/

# remove leading blanks
s/^[ 	]*//

#s/\\t/@code/g
