Olivier Goffart
|
11e55dd8d2
|
String -> Float conversions
|
2020-11-03 15:19:58 +01:00 |
|
Olivier Goffart
|
e5302e0b7b
|
Remove unused Type::EnumerationValue
Values are not their own types
|
2020-11-03 12:34:17 +01:00 |
|
Olivier Goffart
|
a82c23fc41
|
Add ability for the native style to export native Globals
|
2020-11-02 16:13:04 +01:00 |
|
Olivier Goffart
|
70d6648880
|
Remove some remains of code that allowed to use Component as Object
|
2020-10-27 16:25:21 +01:00 |
|
Olivier Goffart
|
d3801e26d3
|
Change the syntax of structures to require the struct keyword
|
2020-10-27 16:09:05 +01:00 |
|
Olivier Goffart
|
333c96fd79
|
Change Type::Object to be able to hold a name
Internally, structure will be represented with a Type::Object with a name
instead of a Component with a void base type
|
2020-10-27 16:09:05 +01:00 |
|
Olivier Goffart
|
27a6ff1227
|
Move Type and related concepts in a different module
Leaving only the TypeRegister in the typeregister module
|
2020-10-23 11:17:14 +02:00 |
|