UNPKG
@gdquest/lezer-gdscript
Version:
latest (0.1.2)
0.1.2
0.1.1
Contains the lezer parser for the GDScript language.
@gdquest/lezer-gdscript
/
src
/
gdscript.grammar.d.ts
4 lines
(2 loc)
•
83 B
TypeScript
View Raw
1
2
3
4
import
{
type
LRParser
}
from
"@lezer/lr"
;
export
declare
const
parser
:
LRParser
;