Marco LOMBARDO
- Total activity 132
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created Possible bug importing source with inner interface
Don't know if the following is a known one, MPS version is 3.3-RC2 .The case for me has been to create some code from an ecore model then import it as source stub.The ecore model contains an enumer... -
Created Probably bug in mps.sh version 3.3/Linux
In MPS 3.3 RC2, and also in RC1, the UNAME variable is not defined correctly, I get this error: bin/mps.sh warning: Unknown operating system /bin/uname. Do not know how to add PWD to libraries path... -
Created Suggested strategy to generate concepts
I need to generate concepts (for the PE4MPS project but the problem is not project specific) in a persistent way, I mean not as transient object. Once you have a concept you can create nodes of tha... -
Created Grammar to describe a projectional editor
Hi,as promised I've just published the PE and the PE4MPS projects.You can find a small overview and the links to the github projects at this blog post: http://mar9000.org/bliki/a-grammar-for-pro... -
Created PE grammar (was MPSGrammar... API or templates? )
Hi,it took to me several nights to clean the first implementation of a grammar to express MPS languages. Target languages are old style text based languages normally used by the last generator phas... -
Created Issue (bug?) with EditorComponent
In the following editor (I try to upload a project example but receved a "transaction aborted"): [- [ {content} ] #Element_SuffixComponent# -] the component Element_SuffixComponent has just a st... -
Created ECMAScript4MPS has been migrated to MPS 3.2.1
Migration went quite well, but I had to substitute some deprecated ".conceptNode" with ".concept" the solution lost some operators The ladder was not that good :-) however I'm not able to tell y... -
Created Import java source: 2 dirs same package
Hi,I was able to import 1 source dir and use it in my solution let's say: src/ <- I have imported this one org/ mar9000/ grammar/ Then I had another onesrc2/ <- I have imported this ... -
Created MPSGrammar... API or templates?
Hi,I could not resist to experiment with grammar to MPS concept translation.So I wrote a trivial grammar (an ANTLR one very similar to ANTLR itself), I made some test with Actions and Tools, I crea... -
Created Suggested documentation system for ECMAScript4MPS?
After basic scopes (several constraints still missing) I'm about to start writing some docs.So far I've used Sphinx to document some internal projects. I like Sphinx because: source stay into the ...