UNPKG
@scinorandex/sparse
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Yet another parser generator
@scinorandex/sparse
/
dist
/
table
/
selfhosted.d.ts
3 lines
(2 loc)
•
109 B
TypeScript
View Raw
1
2
3
import
{
TableState
}
from
"../parser"
;
export
declare
const
buildStates
:
(
grammar
:
string
) =>
TableState
[];