Olivier Goffart
|
7ba39f0a1c
|
Make sure that we cannot override a property from the base
|
2020-05-26 11:23:54 +02:00 |
|
Simon Hausmann
|
1efa80882e
|
Parse initializers for property declarations
|
2020-05-25 16:42:09 +02:00 |
|
Simon Hausmann
|
b3ee72b6c5
|
Permit bindings on declared properties
At least syntactically :-)
|
2020-05-25 16:42:09 +02:00 |
|
Simon Hausmann
|
88faafe305
|
Fix property declaration storage in the object tree
We need to maintain an associated data structure to permit checking for
duplicate property declarations.
|
2020-05-25 16:42:09 +02:00 |
|
Simon Hausmann
|
e6bed90ced
|
Resolve the type in property declarations
... and added int32 as another primitive type.
|
2020-05-25 14:03:01 +02:00 |
|
Simon Hausmann
|
32b99547f1
|
Parse property declarations
For now this uses the syntax
property<qualified type name> name;
|
2020-05-25 12:38:29 +02:00 |
|