An experimental TypeSpec syntax for Lexicon
1### 0.3.1 2 3- Escape reserved keywords when generating code 4 5### 0.3.0 6 7- New package `@typelex/cli` 8- See new recommended workflow on https://typelex.org/#install 9 10### 0.2.0 11 12- Add `@external` support 13 14### 0.1.6 15 16- Rebuild 17 18### 0.1.5 19 20- Allow tokens in string unions 21 22### 0.1.4 23 24- Fix some namespaces failing to emit 25 26### 0.1.3 27 28- Fix some namespaces failing to emit 29 30### 0.1.2 31 32- Disallow mixing `@required` with `?:`