Are there documents or explanations about the ..............
Are there documents or explanations about the projects in "MPS_HOME/projects" ?As a beginner ,it's hard to know how these projects work,especially the meanings of some symbols. If not ,I'll have to ask everybody little by litle.
Thank you in advance!
Please sign in to leave a comment.
In projects directory we have several toy projects that can help you to start with mps.
agreement and fixedLengthReader are projects described in Martin Fowler's articles.You can find these articles here http://martinfowler.com/articles.html in Language Workbenches section.
fibonacci is an example of jetbrains.mps.baseLangauge usage. This projects contains a very simple model that has a tiny program that calculates fibonacci numbers.
TheSimplestLanguage is a language that you would create if you follow tutorial.
textLanguage is a language that you can use to represent text in MPS.