pumascript / puma

Meta-programming framework for JavaScript based on LayerD concepts
MIT License
30 stars 28 forks source link

Implement the Continue Statement #138

Open nestornav opened 6 years ago

nestornav commented 6 years ago

The runtime need to has the visitor for the continue statement. This and the #137 issue will cover all the jump statement needed. For this implementation please check this link related to current supported specification.