improvements for 'not nil' checking

This commit is contained in:
Araq
2013-06-13 01:40:11 +02:00
parent 0097305953
commit d4c91bbd85
9 changed files with 99 additions and 27 deletions

View File

@@ -29,6 +29,7 @@ Compiler Additions
- The compiler can now warn about "uninitialized" variables. (There are no
real uninitialized variables in Nimrod as they are initialized to binary
zero). Activate via ``{.warning[Uninit]:on.}``.
- The compiler now enforces the ``not nil`` constraint.
Language Additions