Imports and recovery

This commit is contained in:
Andrey Breslav
2010-12-15 16:21:16 +03:00
parent da0901053c
commit 69ade018f9
15 changed files with 580 additions and 399 deletions
+3 -3
View File
@@ -31,7 +31,6 @@ NoEscapeString : /* """-quoted string */;
/* Keywords:
namespace
import
as
type
class
@@ -60,6 +59,8 @@ else
while
do
match
out
ref
Soft:
wraps -- in a class header
@@ -67,6 +68,7 @@ where -- in class, function and type headers
by -- in a class header (Delegation specifier)
lazy -- in a property/parameter declaration
get, set -- in a property definition
import
abstract
virtual
enum
@@ -77,6 +79,4 @@ private
public
internal
protected
out
ref
*/