UNPKG
simplex-lang
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
SimplEx - simple expression language
github.com/wmakeev/simplex
wmakeev/simplex
simplex-lang
/
src
/
index.ts
6 lines
(5 loc)
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./compiler.js'
export
*
from
'./errors.js'
export
*
from
'./simplex-tree.js'
export
*
from
'./tools/index.js'
export
*
from
'./version.js'