basic filter, sort, emit
This commit is contained in:
parent
947e666706
commit
e463d43047
9 changed files with 149 additions and 87 deletions
5
lib/emitter.mli
Normal file
5
lib/emitter.mli
Normal file
|
@ -0,0 +1,5 @@
|
|||
type serialiser = { buf : string ref; sz : int; pos : int ref; }
|
||||
val flush : serialiser -> unit
|
||||
val serialise : serialiser -> Types.chunk -> unit
|
||||
val create : serialiser
|
||||
val print_debug : serialiser -> unit
|
Loading…
Add table
Add a link
Reference in a new issue