How to remove member declaration data type requirements

SyntaxEditor .NET Languages Add-on for Windows Forms Forum

Posted 14 years ago by NorthGates - NorthGates Systems
Version: 4.0.0283
Avatar
I am building a language like javascript and the csharp addon simplifies the development but I cannot find a way to do like function(param1){} instead of function(string param1){}. I can remove the error wave and message but I still need to override this bit as the document is still in an error state.

My language is datatype-less just like javascript.

Cheers

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Luc,

Our .NET Languages Add-on is designed to work for C#/VB and not other languages. So while it can serve as a good reference for how to do similar languages if you have a Blueprint license, you'd need to modify the grammar file (assuming you have the Blueprint source code) to remove the code that looks for types in argument lists.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.