📝 rename lexical tokens

This commit is contained in:
ValKmjolnir
2024-05-21 23:31:21 +08:00
parent 2c851613ce
commit 77a14699f4
9 changed files with 564 additions and 489 deletions

View File

@@ -380,7 +380,7 @@ void gc::context_change(nas_co* co) {
}
void gc::context_reserve() {
// pc=0 means this coroutine is finished
// pc = 0 means this coroutine is finished
cort->status = running_context->pc?
nas_co::status::suspended:
nas_co::status::dead;