AspeCt-oriented C (ACC) Release V 0.6

"Michael Gong" <mwgong@cs.utoronto.ca>
Wed, 30 May 2007 15:26:15 -0400

          From comp.compilers

Related articles
AspeCt-oriented C (ACC) Release V 0.6 mwgong@cs.utoronto.ca (Michael Gong) (2007-05-30)
| List of all articles for this month |

From: "Michael Gong" <mwgong@cs.utoronto.ca>
Newsgroups: comp.compilers
Date: Wed, 30 May 2007 15:26:15 -0400
Organization: Department of Computer Science, University of Toronto
Keywords: available
Posted-Date: 30 May 2007 16:13:29 EDT

Hi,


We are pleased to announce the release of AspeCt-oriented C (ACC) V 0.6.


The ACC 0.6 release includes some experimental features and a new
script "tacc" for automatically integrating aspect-compilation in
building large C-based software projects.


For more details and download, please visit http://www.aspectc.net.


Highlights of ACC V 0.6 include:
                1. preturn() statement inside advice, allowing advice functions
to return immediately from the function containing the matched join
point
                2. try() pointcut, catch() advice and throw() statment, allowing
the adding of exception handling to the core systems via aspects
                3. support for "fileName" and "targetName" to the thisJoinPoint
structure.
                4. introduce a new set of compiler tools, including "tacc" and
"accmake".


We appreciate feedback and support for AspeCt-oriented C.


Additional slides for presenting and promoting ACC are available from
our web site.


Finally, with ACC V0.6, ACC is able to bootstrap itself.




Regards,


ACC Team ( www.aspectc.net )


May 30, 2007


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.