implemented dataflow analysis; activate via --warning[Uninit]:on

This commit is contained in:
Araq
2013-06-04 21:58:39 +02:00
parent f7c0cc976d
commit 2aaa8f7909
6 changed files with 185 additions and 26 deletions

View File

@@ -26,6 +26,10 @@ Changes affecting backwards compatibility
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.}``.
Language Additions
------------------