Task sub modifier#114
Merged
Merged
Conversation
Adds TASK keyword as SUB modifier so task entry functions automatically save/restore all registers and call Wait(0) before returning, preventing the most common crash when forgetting the Wait call. - New keyword TASK in reserved words enum and lexer - TASK SUBs: zero params enforced (error 102), XDEF'd, movem save/restore, auto Wait(0) before unlk - Direct calls to TASK SUBs prevented (error 103) in statement and expression contexts - Forward reference support in sub.c - IDE autocase and syntax highlighting updated - 4 new tests (1 syntax, 3 error cases), full suite 249/249 pass Co-Authored-By: Claude Opus 4.6 <[email protected]>
Rename TASK keyword to TASKPROC (avoids clash with struct Task), add tasks/taskutil submodule (TaskLaunch, TaskGetData, TaskTerminate), update README and AGENTS.md with documentation, clean up build artifacts. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
…_multi - Rename TASK to TASKPROC in CubicIDE autocase, syntax, quickref, ace.words - Remove _TaskCloseExec — exec.library stays open (safe with multiple tasks) - Remove -E flag from tasks make script - Add test_multi.b: 3 concurrent tasks with userData (all 4 tests pass) Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.