Jump to: | OMake Home • Guide Home • Guide (single-page) • Contents (short) • Contents (long) | |
Index: | All • Variables • Functions • Objects • Targets • Options |
OMake version 0.9.9 is currently in PRERELEASE (June, 2007). This version is released in the hopes that it may be useful. Although we have made an effort to ensure that it is reasonably stable, there is NO GUARANTEE that it works as documented. Please report any errors or omissions to the OMake mailing list.
The following are a list of features new to version 0.9.9.
id = <expression>
.f(x, z = 20, y) = add($x, $y, $z) f(10, 30) f(40, 50, z = 60)
=>
syntax.foreach(i => ..., 2 3 4) add($i, 1)
This is a significant change, but it is intended to be mostly transparent.
auto.
qualifier is added for “auto-export” (imperative) variables.const.
qualifier is added for constant values.This also includes a complete parser for the C language 16.1.
Jump to: | OMake Home • Guide Home • Guide (single-page) • Contents (short) • Contents (long) | |
Index: | All • Variables • Functions • Objects • Targets • Options |