higan-emu / libco

libco is a cooperative multithreading library written in C89.
Other
128 stars 24 forks source link

Convert documentation from HTML to Markdown. #12

Closed Screwtapello closed 4 years ago

Screwtapello commented 4 years ago

This (counterintuitively) makes it easier to read online.

Fixes #8.

lygstate commented 4 years ago

Wonderufull, I also found libco can also compiled for bare-metal, maybe it's can also running on it, I'll verify it latter.

merryhime commented 4 years ago

LGTM

Screwtapello commented 4 years ago

Turns out @Kawa-oneechan did basically the same thing at the same time, and he merged our changes together.