UNPKG
dicelang
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
JavaScript interpreter of the Roll20 dice language
github.com/IrisAmp/dicelang
IrisAmp/dicelang
dicelang
/
example
/
dist
/
src
/
Parser
/
Parser.d.ts
3 lines
(2 loc)
•
166 B
TypeScript
View Raw
1
2
3
import
{
IExpression
}
from
'../Common/IExpression'
;
export
declare
function
tokenize
(
input
:
string
,
openParenChar
?:
string
,
closeParenChar
?:
string
):
IExpression
;