cfunction
src/core/parse.c on line 920 , column 1
(parser/consume parser bytes &opt index )
Input bytes into the parser and parse them. Will not throw errors
if there is a parse error. Starts at the byte index given by
`index` . Returns the number of bytes read.