wolfe-pack / wolfe

Wolfe Language and Engine
https://wolfe-pack.github.io/wolfe
Apache License 2.0
135 stars 17 forks source link

Introduce an "Atomic" annotation that ensures a function is used as a single potential #45

Closed riedelcastro closed 10 years ago

riedelcastro commented 10 years ago

Should be easy once we have #40, as it only means we should stop breaking up the function when we encounter an atomic annotation.

riedelcastro commented 10 years ago

Done via @Atomic annotation.