Marco LOMBARDO

Avatar
  • Total activity 132
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 40
  • Created

    !TextGen not found for 'jetbrains.mps.lang.smodel.structure.SEnumMemberType'!

    Hi, into a node substitute -> parameterized item I have used this to return a list of string: parameterized item   parameter type = string     query       (parentNode, currentTargetNode, childConce...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    New Javascript language for MPS or... a sort of.

    Hi,I just published what I developped so far during the last days.It's an implementation of Javascript (ECMAScript 5.1) that I would like to use to generate Javascript after further improvements.He...
    • 4 followers
    • 7 comments
    • 0 votes
  • Created

    Unable to indent code with TextGen

    I was not able to indent code from TextGen, this append {/** test 1} \n ; with indent {   append {Line1} \n ;   append {Line2} \n ; } append \n ; result in/** test 1 Line1 Line2 Then I looke...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    I'm able to set an NodeAttribute only if first the attribute gets deleted

    I don't know if the one in the subject is an expected behavior or a bug.My concept has an attribute with role "comment". The following do not work. node.@comment = newNodeComment; This is working:...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    node.parent null for non-root nodes

    While training myself about generators I have found a case with the condition stated into the subject. I thought this condition would be true only for root nodes.The case is the EntityType defined ...
    • 2 followers
    • 13 comments
    • 0 votes
  • Created

    Generate multiple targets from single source

    Hi,as stated into the section "How to generate multiple targets from single source?" of the Generator cookbook, I would like to use the second option: have no generator into my language plus one la...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Languages engaged on generation on 3.2 EAP3 (bug?)

    Hi,I tried the "Languages engaged on generation" features on version 3.2EAP3 and I was not able to make it works, I'm quite new to MPS.Nevertheless with version 3.1.5 a very simple example (looking...
    • 3 followers
    • 11 comments
    • 0 votes
  • Created

    Inspect ConceptFunction parameters at runtime??

    Hi,it's possibile to inspect concept function parameters at runtime?For example parameters like genContext, editorContext, childNode, parentNode, link ecc?I'm studing MPS and while it's possible to...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    cannot resolve reference by string (during TextGen)

    Hi,I have a concept CApplication that has a reference "application" to a GenericApplication, one of my Concept.Than in a solution I have an instance of CApplication that reference an instance of Ge...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Compilation aborted

    Hi,I just clone the MPS repository and tried to build it using the IntelliJ comunity version.However after a while the compilation stops reporting the error below. I tried both MPS3.1 and master br...
    • 1 follower
    • 2 comments
    • 0 votes