SCM Repository
View of /sml/trunk/ckit/src/variants/parse-control-sig.sml
Parent Directory
|
Revision Log
Revision 802 -
(download)
(annotate)
Thu Mar 22 19:08:43 2001 UTC (19 years, 10 months ago) by blume
File size: 506 byte(s)
Thu Mar 22 19:08:43 2001 UTC (19 years, 10 months ago) by blume
File size: 506 byte(s)
2 changes: 1. added .cm files compatible with new (> 110.20) CM 2. added recognition of certain gcc-style alternative keywords (this is configurabe via a newly added flag)
(* Copyright (c) 1998 by Lucent Technologies *) signature PARSECONTROL = sig val symbolLength: int val typedefsScoped: bool val prototypesAllowed: bool val templatesAllowed: bool val trailingCommaInEnum : {error:bool,warning:bool} val newFundefsAllowed: bool val voidAllowed: bool val voidStarAllowed: bool val constAllowed: bool val volatileAllowed: bool val violation : string -> unit val Dkeywords : bool val parseDirective : bool val underscoreKeywords : bool end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |