UNPKG
@artemis-lang/parser
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.0
0.2.3
0.2.1
0.2.0
0.1.4
0.1.3
0.1.1
The artemis language parser
artemis.achaq.dev
@artemis-lang/parser
/
src
/
types
/
index.ts
5 lines
(4 loc)
•
247 B
text/typescript
View Raw
1
2
3
4
5
export
{
type
default
as
Node
}
from
'./node'
;
export
{
type
default
as
NodeType
}
from
'./node-type'
;
export
{
type
default
as
Program
}
from
'./program'
;
export
{
type
default
as
IParserPlugin
,
type
ParserPluginOptions
}
from
'./parser-plugin'
;