Skip to content

Commit

Permalink
Merge pull request #24 from atilacamurca/patch-1
Browse files Browse the repository at this point in the history
Update supported-language.md
  • Loading branch information
coder-mike committed Jun 21, 2022
2 parents 68d3a50 + 1fe1b79 commit 0a54099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/supported-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To date, only a (small) subset of the JavaScript language is supported in Microv
Note: the most up-to-date authority on supported features is the [set of test scripts](../test/end-to-end/tests), each file of which is a stand-alone Microvium script that exercises a series of features in the language.

- Basic control flow statements (`if`/`else`, `while`, `do..while`, `for`)
- Primitive operators (`+`, `-`, `/`, `%`, `*`, `**`, `&`, `|`, `>>`, `>>>`, `<<`, `^`, `===`, `!==`, `>`, `<`, `>=`, `<=`, `!`, `~`, `? :`, ``typeof`)
- Primitive operators (`+`, `-`, `/`, `%`, `*`, `**`, `&`, `|`, `>>`, `>>>`, `<<`, `^`, `===`, `!==`, `>`, `<`, `>=`, `<=`, `!`, `~`, `? :`, `typeof`)
- Variable declarations: `var`, `let`, and `const`
- Nested functions (closures) and function/arrow expressions
- Dynamically-sized arrays and objects (with limitations, see the next section), computed properties (`o[p]`).
Expand Down

0 comments on commit 0a54099

Please sign in to comment.