You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thanks for great library!
I'd like to contribute to this project and implement arrow functions support.
Can you tell where I can start from to do this? What parts I need to touch to complete this task?
The text was updated successfully, but these errors were encountered:
Well, you'd need to modify the lexer to recognise -> as a token, then modify the compiler to parse that token and produce a FunctionExpression. The hard part is likely modifying the semantics of this, plus the changes to arguments and new.
Hi!
Thanks for great library!
I'd like to contribute to this project and implement arrow functions support.
Can you tell where I can start from to do this? What parts I need to touch to complete this task?
The text was updated successfully, but these errors were encountered: