about summary refs log tree commit diff stats
path: root/arc/.traces/array-bounds-check
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+46
I've tried to update the Readme, but there are at least a couple of issues.
--langdef=mu
--langmap=mu:.mu
--regex-mu=/^def[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^def![ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^recipe[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^recipe![ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^type[ \t]+([^ \t]*)/\1/t,typeref/
--regex-mu=/^container[ \t]+([^ \t:]*)/\1/s,struct/
--regex-mu=/^exclusive-container[ \t]+([^ \t:]*)/\1/u,union/
--regex-mu=/$x/x/x/e/ --------- next option is for way-points in Mu
--regex-mu=/^[ \t]*(<[^ \t]*>)/\1/d,definition/