npalix / rathaxes

Automatically exported from code.google.com/p/rathaxes
1 stars 0 forks source link

Template statement #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When writing a driver, we may use a statement to describe a behavior :

ATOMIC
{
    SET(register, register.field.value);
}

Here, the "ATOMIC" Would mean that every SET op is to be done into a temporary 
register, which would be set at once at the end of the block.

We must think of a way to write such statements and allow them to be written as 
templates to help extend easily the language.

Original issue reported on code.google.com by dav.pineau@gmail.com on 14 Apr 2012 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by dav.pineau@gmail.com on 6 Jul 2012 at 9:02