Is there an automatic converter of javascript code to Dart? Or is it too soon?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s a recent tool called JSParser and does all its magic using Dart itself, that is the parser is written in Dart.
On a related noted there is Frog (and it comes with the standard SDK) which converts Dart to Javascript, it’s also written in Dart making it a good showcase for the language.