Property definitions

sexp $ SExpId :: defaultinit
# Any Identifier, non string and non-float
class SExpId
	super SExpEntity

	# S-Exp compatible identifier
	var content: String

	redef fun to_s do return content
end
lib/sexp/sexp.nit:73,1--81,3