Add standalone Nucleus integration - #7
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6ab7eca959
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,27 @@ | |||
| { | |||
| "comments": { | |||
| "lineComment": "#" | |||
There was a problem hiding this comment.
Use Nucleus's actual line-comment delimiter
When a user invokes Toggle Line Comment, this configuration inserts #, which the compiler rejects: packages/nucleus/docs/specification.md defines // as the sole comment form and identifies hash as invalid syntax. The new TextMate grammar likewise matches #.*$, so valid // comments are not highlighted while invalid text is. Update both the language configuration and grammar to recognize //.
Useful? React with 👍 / 👎.
Summary
.nuas a first-class Debug80 source languagenucleuscommand while retaining canonical NOBJ and launchable Intel HEXRepository boundary
Nucleus now lives in the public GPL repository at https://github.com/jhlagado/nucleus. This integration deliberately keeps the existing in-tree copy until the runtime and compiler packages, real machine profiles, documentation sync, and source-map work are independently complete.
Validation
git diff --checkpassedSource-level Nucleus stepping remains deferred until a D8-compatible source-map sidecar exists.