Arjun

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Arjun commented, -
Arjun created a post, textgen error: type int is not a subtype of string
Hi,I'm writing a simple textgen for a concept representing an integer on a fixed number of digits. It's only property is the number of digits.my textgen code is simply:append {INT(} ${node.nb_digit... -
-
-
-
-
-
-
Arjun created a post, Saving the actual DSL format
Hi all,I'm looking into using MPS as an editor for my custom DSL.. and (sorry folks?) I mean merely as an editor; that is, I don't need to generate java or anything else than the DSL itself. I unde... -
Arjun created a post, Java code completion in MPS
Hi all,I'm new to MPS and I'm still trying to figure out how it'll help me do what I need. I'm creating a DSL with references to java structures (hierarchy of POJOs), and I need to implement auto-c...