|
|
|
|
|
by GregBuchholz
4723 days ago
|
|
* Eliminate sources of undefined behavior
* Remove implicit type casting
* Have a way to check the hardware overflow flag from the language
* Saner syntax for declaring variables (i.e. function pointers)
* get rid of null-terminated strings
* a module system instead of the preprocessor |
|
- Proper arrays with bound checking, which can locally be turned off, if required for performance reasons
- Explicit operation for converting arrays into pointers