Привет,
Берем последнее Nemerle v1.2.443.0 (2015-03-28)
Берем вот эту ветку
https://github.com/JetBrains/Nitra/tree/LanguageCompiler
Пытаемся собрать солюшн Nitra.sln
Получаем
C:\Sources\Nitra\Nitra\Nitra.Grammar\NitraSyntax.nitra(1,1): error : Internal compiler error 'internal type Nitra.ParseTree with 0 type arguments not found', please report a bug to bugs.nemerle.org. You can try modifying program near this location.
C:\Program Files (x86)\Nemerle\Net-4.0\Nemerle.MSBuild.targets(289,5): error : internal compiler error: assertion failed in file ncc\passes.n, line 763: internal type Nitra.ParseTree with 0 type arguments not found
at Nemerle.Compiler.ManagerClass.LookupTypeInfo(String typeName, Int32 argsCount)
at Nitra.Compiler.EmitterEnvironment..ctor(ManagerClass manager, HierarchyNode root)
at Nitra.Compiler.CompilingNitraProject.Init(IEnumerable`1 referencedAssemblies)
at Nitra.NitraSourceImpl.GetUserData[T](FunctionVoid`1 init)
at Nitra.NitraSourceImpl..ctor(String path, ManagerClass manager)
at Nitra.NitraSourceImpl.Instance(String path, ManagerClass manager)
at Nitra.NitraSource_assembly_postscanMacro.Run(Typer _N__1, list`1 parms)
at Nemerle.Compiler.TypesManager.AttributeMacroExpansion.Expand()
at Nemerle.Compiler.TypesManager.ExpandMacros()
at Nemerle.Compiler.TypesManager.Run()
at Nemerle.Compiler.ManagerClass.Run()
at Nemerle.CommandlineCompiler.MainClass.main_with_catching()
Done building project "Nitra.Grammar.nproj" -- FAILED.
Что делать? LanguageCompiler можно как-нибудь собрать?