minitutorial

Fixing declarations

Sometimes 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.

Adding a file to the compilation pipeline

Introduction

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.

Syndicate content