From f186d0bd9cb5fcb47087181956f4428c64c47be8 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 4 Mar 2013 23:54:24 -0800 Subject: [PATCH] mark error_handler and incomplete_handler as experimental --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ff26996..709d897 100644 --- a/README.markdown +++ b/README.markdown @@ -312,8 +312,12 @@ jsx functions all take a common set of options. not all flags have meaning in al Config = tuple() ``` `Remaining` is the binary fragment or term that caused the error + `InternalState` is an opaque structure containing the internal state of the parser/decoder/encoder - `Config` is a list of options/flags in use by the parser/decoder/encoder + + `Config` is a list of options/flags in use by the parser/decoder/encoder + + these functions should be considered experimental for now ## exports ##