Skip to content

Commit a1f1182

Browse files
n/A
1 parent 935e277 commit a1f1182

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

documentation/implementation/design.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ $$
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

documentation/implementation/syntax.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)