Ignore lines starting with #: (RFC-1337) - #20212
Conversation
❗ Release notes requiredYou can open this PR in browser to add release notes: open in github.dev
|
This comment has been minimized.
This comment has been minimized.
|
🔍 Tooling Safety Check — Affects-Bootstrap
|
|
What else would be needed for lightweight tooling accessibility? ( Initial experiments can use hand rolled text search, but to fully cover the language grammar a dedicated scanner for those ignored directives would be more robust) |
|
I am not sure what exactly you are after. For "dotnet run"-like behavior, you need to
These steps / layers are all dealt with in the runfs prototype, nicely separated into different source files. But for experimentation, the runfs code base should be a good starting point. However, I might still misunderstand your goals. |
Description
Implements RFC-1337
Checklist