An experimental TypeSpec syntax for Lexicon

bla

+7 -1
+6
DOCS.md
··· 4 4 5 5 This page was mostly written by Claude based on the test fixtures from this repo (which are [deployed in the playground](https://playground.typelex.org/)). I hope it's mostly correct and comprehensible. When in doubt, refer to those fixtures. 6 6 7 + ## What is this? 8 + 9 + It's just a weekend experiment. Paul said [I can give it a try](https://bsky.app/profile/pfrazee.com/post/3m2asobpr422b) so I figured [why not](https://underreacted.leaflet.pub/3m23gqakbqs2j). 10 + 7 11 ## Playground 8 12 9 13 Go to https://playground.typelex.org/ to play with a bunch of lexicons. 14 + 15 + If you already know Lexicon, you can learn the syntax by just opening the Lexicons you're familiar with. 10 16 11 17 ## Quick Start 12 18
+1 -1
packages/website/src/pages/index.astro
··· 321 321 <div class="step-number">5</div> 322 322 <div class="step-content"> 323 323 <h3>Read the docs</h3> 324 - <p class="step-description">Check out the <a href="https://tangled.org/@danabra.mov/typelex/blob/main/DOCS.md" target="_blank" rel="noopener noreferrer">documentation</a> to learn more about Typelex syntax and features.</p> 324 + <p class="step-description">Check out the <a href="https://tangled.org/@danabra.mov/typelex/blob/main/DOCS.md" target="_blank" rel="noopener noreferrer">documentation</a> to learn more.</p> 325 325 </div> 326 326 </div> 327 327 </div>