module analysis imports nabl2/api nabl2/runtime statics pp rules // Analysis editor-analyze = nabl2-analyze(id) rules // Debugging // Prints the abstract syntax ATerm of a selection. debug-show-aterm: (selected, _, _, path, project-path) -> (filename, result) with filename := path ; result := selected // Prints the analyzed annotated abstract syntax ATerm of a selection. debug-show-analyzed: (selected, _, _, path, project-path) -> (filename, result) with filename := path ; result := selected