File tree Expand file tree Collapse file tree
documentation/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353| list | variables | aggregation | docstrings |
5454| dict | literals | math | complex numbers |
5555| tuple | alias | debugging | underscore |
56- | set | try/exception | reflection | |
57- | none | context | advances | |
58- | | async/await | | |
59- | | module | | |
60- | | pattern matching | | |
61- | | type aliases | | |
62- | | import | | |
56+ | set | try/exception | reflection | - |
57+ | none | context | advances | - |
58+ | - | async/await | - | - |
59+ | - | module | - | - |
60+ | - | pattern matching | - | - |
61+ | - | type aliases | - | - |
62+ | - | import | - | - |
6363
6464## References
6565
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ Each instruction pairs an `OpCode` with a `u16` operand.
1717| LoadName | name index |
1818| StoreName | name index |
1919| Call | argument count |
20- | PopTop | |
21- | ReturnValue | |
20+ | PopTop | - |
21+ | ReturnValue | - |
2222| BuildString | part count |
23- | FormatValue | |
24- | Minus | |
23+ | FormatValue | - |
24+ | Minus | - |
2525| CallPrint | argument count |
2626| CallLen | argument count |
2727| CallAbs | argument count |
2828| CallStr | argument count |
2929| CallInt | argument count |
3030| CallRange | 3 |
31- | Add | |
31+ | Add | - |
3232| Phi | name index |
3333
3434## Expression Parsing
You can’t perform that action at this time.
0 commit comments