Results 22 comments of VladD2

https://github.com/rsdn/nemerle/wiki/Nemerle-build-process-(for-Nemerle-developers) >How to debug the integration - just launch devenv /prefix Exp or something else? Yes. C:\!\VS\VS2015\Common7\IDE\devenv.exe /rootsuffix Exp and attach the debuger to this instance of VS.

What do you mean? To build language projects, you need to build Nitra on a computer (https://github.com/rsdn/nitra/wiki/Nitra-Build-process).

> Then maybe math notation like $( .. ),$[ .. ],$[ .. ),$( .. ] fit your needs better? Currently Nemerle not support unpaired brackets.

A type cast not yet supported. Use a method call instead.

Может сам попробуешь это дело сделать? Я могу рассказать, что надо делать. Это можно реализовать в отдельной утилите командной строки. В [этом комите](https://github.com/rsdn/nitra/commit/68ae48607776b906bfab69f8a09aa87d8b31daae) я добавил в CompositeGrammar свойство Literals возвращающее...

Nemerle infer type of ptr as int. Use this pattern instead: ``` nemerle def intPtrs = Enumerable.Empty().Select(ptr => ptr : IntPtr + 5); ```

> Can Nemerle be installed on VS 2013 update 4? Yes. Nemerle integration tested with update 3 & 4. And Nemerle integration non't work without this updates.

> I just installed the last version from the repository but my VS does not show any Nemerle project to use. The Nemerle integration shown in the "About" dialog and...