mark error_handler and incomplete_handler as experimental

This commit is contained in:
alisdair sullivan 2013-03-04 23:54:24 -08:00
parent c3e0bae38f
commit f186d0bd9c

View file

@ -312,8 +312,12 @@ jsx functions all take a common set of options. not all flags have meaning in al
Config = tuple() Config = tuple()
``` ```
`Remaining` is the binary fragment or term that caused the error `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 `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 ## ## exports ##