UNPKG
llparse
Version:
latest (7.3.1)
7.3.1
7.3.0
7.2.0
7.1.1
7.1.0
7.0.1
7.0.0
6.4.0
6.3.0
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.2
6.0.1
6.0.0
5.5.0
5.4.0
5.3.1
5.3.0
5.2.1
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
4.0.0-beta4
4.0.0-beta3
4.0.0-beta2
4.0.0-beta1
4.0.0-beta0
3.0.0
3.0.0-beta5
3.0.0-beta4
3.0.0-beta3
3.0.0-beta2
3.0.0-beta1
3.0.0-beta0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta9
2.0.0-beta8
2.0.0-beta7
2.0.0-beta6
2.0.0-beta5
2.0.0-beta4
2.0.0-beta3
2.0.0-beta2
2.0.0-beta11
2.0.0-beta10
2.0.0-beta1
2.0.0-beta0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta2
1.0.0-beta1
1.0.0-beta0
Compile incremental parsers to C code
github.com/nodejs/llparse
nodejs/llparse
llparse
/
lib
/
implementation
/
c
/
node
/
pause.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
frontend
from
'llparse-frontend'
;
import
{
Error
as
ErrorNode
}
from
'./error'
;
export
declare
class
Pause
extends
ErrorNode
<frontend.
node
.
Pause
> {
doBuild
(
out
:
string
[]):
void
; }