Skip to content
Snippets Groups Projects
grammar.g 28 KiB
Newer Older
rk's avatar
rk committed
options { 
	paraphrase = "'#'"; 
}
	: '#' 
rk's avatar
rk committed

DSEPARATOR
options { 
	paraphrase = "':-'"; 
}
	: ":-"