1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:17:44 +00:00

LibJS: Implement for statement

This commit is contained in:
Conrad Pankoff 2020-03-12 23:12:12 +11:00 committed by Andreas Kling
parent e88f2f15ee
commit 097e1af4e8
6 changed files with 119 additions and 0 deletions

View file

@ -58,6 +58,7 @@ enum class TokenType {
ExclamationMarkEquals,
ExclamationMarkEqualsEquals,
Finally,
For,
Function,
GreaterThan,
GreaterThanEquals,