Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1064 by james.fo...@gemtalksystems.com: FMMSEParser>>#'tNAME' should accept underscore character http://code.google.com/p/moose-technology/issues/detail?id=1064
I parsed some valid C++ code with inFamix and it produced a file that included an underscore as part of a name. Modifying the method as follows fixed the problem:
[ self next isAlphaNumeric or: [char == $_] ] whileTrue: [ buf nextPut: char ].
Type-Defect