Home
MPS Support | JetBrains
Submit a request
Community
Sign in
txmikester
Follow
New posts
New posts and comments
Total activity
65
Last activity
January 12, 2016 13:43
Member since
December 13, 2012 22:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
21
Activity overview
Posts (7)
Comments (37)
Sort by recent activity
Recent activity
Votes
Created
June 24, 2013 15:36
Ok, I found it. I looked there before, but for some reasons it's under the mps-xml-obsolete folder (seems out of place).I'm wondering why gtext is considered obsolete? Have there been improvement...
Community
MPS
EAP questions
0 votes
Created
June 16, 2013 04:26
It's all about tradeoffs and what your needs are. If you are building a single DSL or a couple and don't need tight language integration/extension capabilities, but do need the familiarity of pure...
Community
MPS
Building a Nice syntax editor for dsl
0 votes
Created
March 18, 2013 15:21
No problem, always glad to help. If an internal DSL suits your needs, then I think Scala is an excellent choice. The static type system gives you more help in the IDE compared to other DSL-capabl...
Community
MPS
Newbie question
0 votes
Created
March 17, 2013 23:20
1 - yes, you can extend Java, but within IntelliJ you have to use the MPS editor. This isn't so bad, because the projectional editor is very good. The main restriction I've found in doing this i...
Community
MPS
Newbie question
0 votes
Created
March 05, 2013 17:27
There are a couple of ways (that I know of, probably more) to do this. One is to use $COPY_SRCL on your Instruction list and then add reduction rules with a template fragment for each subconcept. ...
Community
MPS
Inheritance of abstract concepts and IF intention
1 vote
Created
March 03, 2013 07:04
I worked up a simple example to show how this works. You can get the code from git://github.com/haneysoft/haneysoft-mps.git
Community
MPS
How to text gen from language A via language B?
0 votes
Created
March 03, 2013 04:58
You're on the right track, but there are a couple of things that will make this much simpler. First, you don't need to define your own XML language, there is one built into MPS (3 in fact, but the...
Community
MPS
How to text gen from language A via language B?
0 votes
Created
March 02, 2013 17:26
IMO it's a toss-up for transformation problems. The main advantage I think XSLT has over XQuery is pattern matching. But the syntax for XQuery is so much better to work with when coding by hand. ...
Community
MPS
Any interest in Xquery language?
0 votes
Created
February 11, 2013 13:40
I like this approach in general and have started using it in some of my languages. I use an intention to toggle between a "clean" view and a detailed view in the editor.
Community
MPS
Macros like $COPY_SRC$ need Inspector to fully define their parameters
0 votes
Created
February 05, 2013 18:28
Fabma - excellent points. I may have to rethink my decision to write my own.What I would love to see is baseLanguage more modularized. Basically decouple the expression and type systems into a se...
Community
MPS
Expression system - best approach?
0 votes
«
‹
1
2
3
4
›
»