====== LaraC ====== The LARA compiler front-end (LaraC) is responsible for processing LARA input files specifying aspect modules, and for outputting the corresponding aspect intermediate representation (Aspect-IR) as an XML file according to the input definitions given by the attribute, join point, and action models. The LARA front-end syntactic analysis is split into two stages. A first stage processes the input using a parser generated from an LL grammar of LARA, whereas the second stage verifies if the input aspect is compliant with LARA models. This second analysis is also responsible for completing paths in select expressions according to a particular join point model. {{ lara:img:laracflow.png?nolink&400|The LARA compiler flow}}