You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To obtain comments from LARA files, currently the files are being parsed using the legacy method, which converts LARA to AspectIR. Instead, use JavaCC21 parser and tree.
Will need to adapt the way comments are extracted and populated.
The text was updated successfully, but these errors were encountered:
To obtain comments from LARA files, currently the files are being parsed using the legacy method, which converts LARA to AspectIR. Instead, use JavaCC21 parser and tree.
Will need to adapt the way comments are extracted and populated.
The text was updated successfully, but these errors were encountered: