partially documented the new features

This commit is contained in:
Zahary Karadjov
2013-09-03 03:14:22 +03:00
parent b5d833b329
commit c8c8d2035a
2 changed files with 131 additions and 4 deletions

View File

@@ -49,6 +49,11 @@ Language Additions
- ``macros.dumpTree`` and ``macros.dumpLisp`` have been made ``immediate``,
``dumpTreeImm`` and ``dumpLispImm`` are now deprecated.
- Added ``requiresInit`` pragma to enforce explicit initialization.
- Added ``using statement`` for better authoring domain-specific languages and
OOP-like syntactic sugar.
- Added ``delegator pragma`` for handling calls to missing procs and fields at
compile-time.
- Support for user-defined type classes have been added.
2013-05-20 New website design!