Nice/src/bossa/syntax tools.nice,1.112,1.113 ast.nice,1.2,1.3
Daniel Bonniot <[email protected]> Tue, 05 Apr 2005 12:50:05 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12728/src/bossa/syntax Modified Files: tools.nice ast.nice Log Message: Properly import bossa.modules from bossa.syntax instead of silently loading it as a java library. Fixed type of javaTypeConstructors. Index: tools.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/tools.nice,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** tools.nice 2 Apr 2005 11:43:00 -0000 1.112 --- tools.nice 5 Apr 2005 12:50:02 -0000 1.113 *************** *** 206,211 **** ?mlsub.typing.TypeSymbol lookup(TypeScope, String) = native mlsub.typing.TypeSymbol TypeScope.lookup(String); ?mlsub.typing.TypeSymbol lookup(TypeScope, LocatedString) = native mlsub.typing.TypeSymbol TypeScope.lookup(LocatedString); - Map<gnu.bytecode.Type,mlsub.typing.TypeConstructor> javaTypeConstructors(bossa.modules.Compilation ) = native bossa.modules.Compilation.javaTypeConstructors; - Scope<VarSymbol> javaScope(bossa.modules.Compilation) = native bossa.modules.Compilation.javaScope; ?LocatedString name(Symbol) = native Symbol.name; ?mlsub.typing.TypeConstructor associatedTC(mlsub.typing.Interface) = native mlsub.typing.TypeConstructor mlsub.typing.Interface.associatedTC(); --- 206,209 ---- Index: ast.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/ast.nice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ast.nice 6 Mar 2005 01:34:26 -0000 1.2 --- ast.nice 5 Apr 2005 12:50:03 -0000 1.3 *************** *** 13,16 **** --- 13,18 ---- package bossa.syntax; + import bossa.modules; + import bossa.util.*; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click