|
Convert13to14
Convert XML to GAML (GAMA DSL)
IntroductionOne of the big change in this new version is the language, which is a Domain-specific language (DSL). Video
Some changesCompare to XML, the Xtext-based GAML is relying to its own specific grammar, so there is a set of rules that were not necessarily in XML. For instance, the unary keywords have disappeared, you should now write them as function, ie: length myList to length(myList) | |
► Sign in to add a comment