vassilych / cscs

CSCS: Customized Scripting in C#
MIT License
166 stars 47 forks source link

Trying to compile gives error #3

Closed ErosOlmi closed 6 years ago

ErosOlmi commented 6 years ago

Line: using static SplitAndMerge.ParserFunction; inside Precompiler.cs gives error: 'static' is a keyword VS 2012

Thanks

vassilych commented 6 years ago

Hi Eros,

Can you give me more details? What line gives an error? And the complete stack and error description? Also, what version of .Net are you using?

Thanks, Vassili

On Thu, May 3, 2018 at 5:05 PM, Eros Olmi notifications@github.com wrote:

Line: using static SplitAndMerge.ParserFunction; inside Precompiler.cs gives error: 'static' is a keyword VS 2012

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vassilych/cscs/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AT_KlJjOcZUZVuCIB6tOu9bbzqgVsrkzks5tuxyjgaJpZM4TxQrH .

vassilych commented 6 years ago

Ah, I see, removed that line, should compile now, thanks!

ErosOlmi commented 6 years ago

Thanks. Compiling with VS2017 all is fine, just few messages regarding some "Using" lines are not necessary.

And forget to say thank you very much for this project. I'm found of languages development and always very happy to read other code and new ideas.

vassilych commented 6 years ago

Thanks for the nice words, Eros! Vassili

On Fri, 4 May 2018 at 11:27, Eros Olmi notifications@github.com wrote:

Thanks. Compiling with VS2017 all is fine, just few messages regarding some "Using" lines are not necessary.

And forget to say thank you very much for this project. I'm found of languages development and always very happy to read other code and new ideas.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/vassilych/cscs/issues/3#issuecomment-386536091, or mute the thread https://github.com/notifications/unsubscribe-auth/AT_KlP77faGsW1toFEV-6zb53PNzaDZbks5tvBD9gaJpZM4TxQrH .