banshee r2160 - in trunk/narlie: . Narlie.Compiler.CodeGen Narlie.Compiler.Lexer Narlie.Compiler.Parser



Author: abock
Date: 2007-03-19 05:58:57 +0000 (Mon, 19 Mar 2007)
New Revision: 2160
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2160&view=rev

Added:
   trunk/narlie/Narlie.Compiler.CodeGen/AssemblyCache.cs
   trunk/narlie/Narlie.Compiler.CodeGen/TypeCache.cs
Modified:
   trunk/narlie/Narlie.Compiler.CodeGen/AssemblyGenerator.cs
   trunk/narlie/Narlie.Compiler.CodeGen/MCGenerator.cs
   trunk/narlie/Narlie.Compiler.Lexer/KeywordToken.cs
   trunk/narlie/Narlie.Compiler.Lexer/Lexer.cs
   trunk/narlie/Narlie.Compiler.Parser/Parser.cs
   trunk/narlie/Narlie.mdp
Log:
Added TypeCache and AssemblyCache to support .NET type lookups; Added call and using keywords to support importing namespaces and executing static .NET method calls; ((using System) (call Console.WriteLine "Hello, {0}" "World"))




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]