Tries to parse self as an S-Expression

Property definitions

sexp :: sexp $ Text :: to_sexp
	# Tries to parse `self` as an S-Expression
	fun to_sexp: SExpEntity do return (new SExpProcessor(self.to_s)).parse_entity
lib/sexp/sexp.nit:152,2--153,78