User Tools

Site Tools


lara:tutorial:languagespecification

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lara:tutorial:languagespecification [2015/04/06 23:34]
tdrc [Join Point Model]
lara:tutorial:languagespecification [2019/09/22 15:47] (current)
Line 1: Line 1:
-====== ​Tutorial - Target Language Specification ====== +====== ​Writing a Target Language Specification ====== 
 +;#; 
 +[[lara:​tutorial:​advanced| ← Advanced LARA ]] | [[lara:​tutorial:​languagespecification| Language Specification ]] | [[lara:​tutorial:​larai|Basic larai → ]] 
 +;#;
 The most critical element of an aspect-oriented language mechanism is the join point The most critical element of an aspect-oriented language mechanism is the join point
 model, the model that represents the programming language’s points of interest, like method model, the model that represents the programming language’s points of interest, like method
Line 9: Line 11:
 supported points of interest. ​ supported points of interest. ​
  
-One of the aspects of the LARA language is that it is partially agnostic to the target language. How LARA knows the join point model, the available attributes, and action that can be applied, is by using an external representation of the target language. This is accomplished by defining three files that represents the join point model and the attributes of a certain programming language, and the actions available in the weaver that will execute the LARA aspects. This approach proves an important feature of the meta-language ​that+One of the aspects of the LARA language is that it is partially agnostic to the target language. How LARA knows the join point model, the available attributes, and action that can be applied, is by using an external representation of the target language. This is accomplished by defining three files that represents the join point model and the attributes of a certain programming language, and the actions available in the weaver that will execute the LARA aspects. This approach proves an important feature of LARA that
 represents its flexibility and expandability. The three files are defined in an XML format, each with specific tags and attributes. represents its flexibility and expandability. The three files are defined in an XML format, each with specific tags and attributes.
  
Line 373: Line 375:
 </​actions>​ </​actions>​
 </​code>​ </​code>​
 +
 +;#;
 +[[lara:​tutorial:​advanced| ← Advanced LARA ]] | [[lara:​tutorial:​languagespecification| Language Specification ]] | [[lara:​tutorial:​larai|Basic larai → ]]
 +;#;
lara/tutorial/languagespecification.1428356093.txt.gz · Last modified: 2019/09/22 15:46 (external edit)