Fedor Isakov

- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created Generating an XML file produces an error: "Couldn't find file generator..."
Hi,I'm receiving a message on an attempt to generate an XML file: Couldn't find file generator for output node: Document "plugin.xml"[1170774746260] in samplePlugin@1_0_1170774701153I created a ro... -
Created HELGINS type system -- help needed
Hi there, I must be missing something very fundamental about the new type system called HELGINS, it just doesn't seem to work for me.I used to use the "traditional" type system, and everything work... -
Created Generating model-wide static methods class
Greetings to the MPS team!I have a question regarding generation of Java code. The solution I found doesn't seem to work, and I don't know if it's an error on my part or in the MPS. Here are the de... -
Created Extending a language
Greetings,forgive my ignorance, but how do I extend existing language with new constructs by means of creating another language? Are there ready examples for doing just this?For instance, I'd like ... -
Created How to access array elements in base language?
Hi,I wonder how does one access array elements in the base language? For example, in the following code (the cursor position is marked with '|'):static void main ( String [] args ) { System . o... -
Created Template switch macro
Hi there,I recently attempted to learn to use MPS by means of writing a simple language and generating java classes from it. I'm stuck at the following problem, which I thought could be solved with...