x10-lang / x10

Core implementation of X10 programming language including compiler, runtime, class libraries, sample programs and test suite
Eclipse Public License 1.0
70 stars 15 forks source link

Control structure overloading #11

Closed mandel closed 8 years ago

mandel commented 8 years ago

Merge the dsl branch that contains the control structure overloading. It also enforce the use of the property keyword for property method declaration (see commit e3e1c85).