Marco LOMBARDO
- Total activity 132
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
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 ... -
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... -
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...