Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
*.swp
doc/html
4 changes: 2 additions & 2 deletions doc/callcc.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ an exception.
my_exception: abc

In this exception `my_exception` is throw from a function invoked on-top of
continuation `c` and catched inside the `for`-loop.
continuation `c` and caught inside the `for`-loop.

[heading Stack unwinding]
On construction of __con__ a stack is allocated.
Expand Down Expand Up @@ -397,7 +397,7 @@ of the stack.]

In this example a recursive descent parser uses a callback to emit a newly
passed symbol. Using __callcc__ the control flow can be inverted, e.g. the
user-code pulls parsed symbols from the parser - instead to get pushed from the
user-code pulls parsed symbols from the parser - instead of getting pushed from the
parser (via callback).

The data (character) is transferred between the two continuations.
Expand Down
3,913 changes: 0 additions & 3,913 deletions doc/context.xml

This file was deleted.

4 changes: 2 additions & 2 deletions doc/fiber.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ an exception.
my_exception: abc

In this exception `my_exception` is throw from a function invoked on-top of
fiber `f` and catched inside the `for`-loop.
fiber `f` and caught inside the `for`-loop.

[heading Stack unwinding]
On construction of __fib__ a stack is allocated.
Expand Down Expand Up @@ -381,7 +381,7 @@ of the stack.]

In this example a recursive descent parser uses a callback to emit a newly
passed symbol. Using __fib__ the control flow can be inverted, e.g. the
user-code pulls parsed symbols from the parser - instead to get pushed from the
user-code pulls parsed symbols from the parser - instead of getting pushed from the
parser (via callback).

The data (character) is transferred between the two fibers.
Expand Down
49 changes: 0 additions & 49 deletions doc/html/context/acknowledgements.html

This file was deleted.

Loading