Index: doc/working/exception/README
===================================================================
--- doc/working/exception/README	(revision ae6f1ec1d85524657b3516f4d6718b46777f8d37)
+++ doc/working/exception/README	(revision ae6f1ec1d85524657b3516f4d6718b46777f8d37)
@@ -0,0 +1,9 @@
+This folder contains a working prototype of how to implement exceptions in C.
+
+main.cfa	: Example user code
+main.c	: Example generated code
+except.c	: Implementation of the unwinding logic
+except.h	: header for except
+lsda.h	: stolen code from gcc that handles reading the exception table language specifica data
+
+to compile run : "gcc -fexceptions -Wall -Werror -g main.c except.c"
