Reorganize the language guide.
- Rename "Expressions" -> "Method Calls". - Organize "Types" and "Language" into a single linear narrative. - Mobile-specific navigation to handle the longer guide. - Rename "Fibers" -> "Concurrency". - Get rid of duplicate stuff about signatures in "Classes". - Add next/prev links to each page in the guide. - Move "Contributing" and "Community" up to the top level. - Move the precendence table to a separate "Grammar" page. - Lots of other little stuff.
This commit is contained in:
@@ -98,7 +98,7 @@ Otherwise, Wren spins up a new [fiber][] and executes the code in that. Your
|
||||
code can in turn spawn whatever other fibers it wants. It keeps running fibers
|
||||
until they all complete.
|
||||
|
||||
[fiber]: fibers.html
|
||||
[fiber]: concurrency.html
|
||||
|
||||
If a [runtime error][] occurs (and another fiber doesn't catch it), it will
|
||||
abort fibers all the way back to the main one and then return
|
||||
|
||||
Reference in New Issue
Block a user