Hi!
Firstly I have to say that the SyntaxEditor is a cool tool!
I now try to work with it. Unfortunately I don't have a lot of programming experience...so hopefully you can help me.
I'd like to extend the Simple Language Add-On and create my own language.
Now my current problem:
I would like to have functions and procedures. I have two classes for them. Similar to the FunctionDeclaration.cs in the SimpleAddon.
But now I don't know how to work with both classes with reference to the CompilationUnit class. Do I need a further class or ist the CompilationUnit.cs sufficient?
Can you give me a roughly concept how I can reach what I want? That would be great!
Regards, Joe
[Modified at 06/01/2010 02:51 PM]
Firstly I have to say that the SyntaxEditor is a cool tool!
I now try to work with it. Unfortunately I don't have a lot of programming experience...so hopefully you can help me.
I'd like to extend the Simple Language Add-On and create my own language.
Now my current problem:
I would like to have functions and procedures. I have two classes for them. Similar to the FunctionDeclaration.cs in the SimpleAddon.
But now I don't know how to work with both classes with reference to the CompilationUnit class. Do I need a further class or ist the CompilationUnit.cs sufficient?
Can you give me a roughly concept how I can reach what I want? That would be great!
Regards, Joe
[Modified at 06/01/2010 02:51 PM]