9
1
2
3
4
›
⌄
let
add
=
(
a
,
b
)
=>
{
a
+
b
}
add
(
1
,
2
)
Lexer
Parser
Interpreter