minitutorial
Fixing declarations
Submitted by rferrer on Fri, 11/06/2009 - 12:04Sometimes the process of transforming code involves modifying declarations. A declaration in C/C++ is just a syntactic construct that introduces a name. We will not dwelve into the details of declaration syntax itself, today, but learn how to modify them.
- rferrer's blog
- Add new comment
- Read more
- 921 reads
Adding a file to the compilation pipeline
Submitted by rferrer on Wed, 10/28/2009 - 12:28Introduction
This is the first blog post of a series of mini mercurium tutorials, intended to give the audience more information about some, maybe not too well-known features of Mercurium. Today we will start with a feature that enables single source compilation in heterogeneous environments.
- rferrer's blog
- Add new comment
- Read more
- 1351 reads