Skip to content

Commit 778ab60

Browse files
committed
format: Relax reserved keywords
Builtin types, and the word `as` do not need to be reserved, as such, we can safely remove them
1 parent 8803b54 commit 778ab60

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

design/mvp/WIT.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -629,26 +629,13 @@ keyword ::= 'use'
629629
| 'type'
630630
| 'resource'
631631
| 'func'
632-
| 'u8' | 'u16' | 'u32' | 'u64'
633-
| 's8' | 's16' | 's32' | 's64'
634-
| 'float32' | 'float64'
635-
| 'char'
636632
| 'record'
637633
| 'enum'
638634
| 'flags'
639635
| 'variant'
640636
| 'union'
641-
| 'bool'
642-
| 'string'
643-
| 'option'
644-
| 'list'
645-
| 'result'
646-
| 'as'
647637
| 'static'
648638
| 'interface'
649-
| 'tuple'
650-
| 'future'
651-
| 'stream'
652639
| 'world'
653640
| 'import'
654641
| 'export'

0 commit comments

Comments
 (0)