My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Convert13to14  
Convert XML to GAML (GAMA DSL)
Updated Dec 2, 2011 by benoit.g...@gmail.com

Introduction

One of the big change in this new version is the language, which is a Domain-specific language (DSL).

The new GAML (GIS & Agent-based Modeling Language) is based on Xtext, an Eclipse Textual Modeling framework.

Video

Some changes

Compare 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)

and to cast, you should use instead of myGrid location the following location as myGrid


Sign in to add a comment
Powered by Google Project Hosting