I am currently switching from v3x to v4 and exploring the new static languages. 3 questions:
1. When I open the sample grammar app. load "simple" language grammar and create the code using the parser generator, I get c# code. when I change the output language to "vb.net", I get a couple of "using" instead of "include" at the top, but all the rest of the code remains c#. What am I doing wrong?
2. The capabilities of static languages seem to be mind blowing cool! However, I am experiencing extreme difficulties finding my way into it using the very limited documentation. Are there any other resources or even samples I could use? Would you recommend licensing the .NET addons in order to get more working examples?
3. I just installed SE4.0 on a Vista machine and licensed it. However, when I launch the sample apps, I still get an "unlicensed" splash. Are there any known issues with Vista, or am I missing something?
Great job, 4.0 seems to be a major major step forward! If there only was more documentation on static language creation...!
It would be very helpful to have a simple example app that does nothing more than loading a static language with the absolute core functionality as well as a step-by-step guide on how to create the parser for it using your excellent grammar/parser generator. This way, it would be much easier to start exploring the grammar and defining test languages in trial-and-error-mode ;-) Currently, I simply struggle finding out which files make up the language and how to create these.
I'll now try and strip down your sample app so I won't get distracted by all the other cool features while trying to understand the mechanics of your AST implementation... again, cool job!
1. When I open the sample grammar app. load "simple" language grammar and create the code using the parser generator, I get c# code. when I change the output language to "vb.net", I get a couple of "using" instead of "include" at the top, but all the rest of the code remains c#. What am I doing wrong?
2. The capabilities of static languages seem to be mind blowing cool! However, I am experiencing extreme difficulties finding my way into it using the very limited documentation. Are there any other resources or even samples I could use? Would you recommend licensing the .NET addons in order to get more working examples?
3. I just installed SE4.0 on a Vista machine and licensed it. However, when I launch the sample apps, I still get an "unlicensed" splash. Are there any known issues with Vista, or am I missing something?
Great job, 4.0 seems to be a major major step forward! If there only was more documentation on static language creation...!
It would be very helpful to have a simple example app that does nothing more than loading a static language with the absolute core functionality as well as a step-by-step guide on how to create the parser for it using your excellent grammar/parser generator. This way, it would be much easier to start exploring the grammar and defining test languages in trial-and-error-mode ;-) Currently, I simply struggle finding out which files make up the language and how to create these.
I'll now try and strip down your sample app so I won't get distracted by all the other cool features while trying to understand the mechanics of your AST implementation... again, cool job!