Open dead-claudia opened 7 years ago
@isiahmeadows Hi my apologies for sounding irrelevant and/or newbie-ish, butjust looked into the code (exceptionally clean) and could not find where the parse routines that pertain to "for" statements are; could I ask if it's me missing something or they are not actually there?
@icefapper They're not actually there. The only things that I can guarantee are there are the parts I've ticked the boxes for. There's a skeleton implementation for a few other things, but that's about it.
Things needing finished:
async
/await
(including stage 3 async iteration)import
(including stage 3 dynamic import)Edge cases:
a <!-- b
↔a < !(--b)