hack for parsing ArgoUML xmi.ids

git-svn-id: https://projects.brucker.ch/su4sml/svn/infsec-import/trunk/src/su4sml@4352 3260e6d1-4efc-4170-b0a7-36055960796d
This commit is contained in:
Jürgen Doser 2006-04-07 08:33:39 +00:00
parent dfe13bc7ac
commit 83195b3c26
1 changed files with 3 additions and 1 deletions

View File

@ -361,9 +361,11 @@ structure UniRanges =
val nmsRange = List.concat
[[(0wx3A,0wx3A),(0wx5F,0wx5F)](* :_ *),
(* HACK: added to be able to parse ArgoUML xmi.id's *)
[(0wx2E,0wx2E)], (* . *)
baseRange,
ideoRange]
val nameRange = List.concat
[[(0wx2D,0wx2D),(0wx2E,0wx2E)](* -. *),
digitRange,