Labels
Labels
23 labels
- Generic label for bugs. Every bug should have this tag in addition to the more specific bug tag
- A bug specifically relating to the interpreter source code
- A bug specifically relating to the lexer source code
- A bug specifically relating to the parser source code
- A bug specifically relating to the standard library source code
- Generic label for documentation issues. Always include this tag in addition to the specific doc tag
- An issue relating to any official guides for Myst
- An issue relating to the documentation of some Myst code (standard library, native library, etc.)
- A duplicate of an existing issue on GitHub. Be sure to link to the original issue when adding this!
- Any request for a new feature of the language. Includes both syntax and library features.
- An issue that provides a good intro to working with the Myst codebase. Be helpful!
- Issues relating to the infrastructure around Myst development. CI, GitHub, Crystal versions, etc.
- Any issue relating to the native library (Crystal code) of Myst.
- A tag to revisit this issue sometime in the future.
- A request for comments from the community
- Generic label for semantics issues. All semantics issues should have this tag.
- Any issue relating to changing the semantics of interpreter code.
- Any issue relating to changing the semantics of parser code.
- Any issue relating to changing the semantics of standard library code.
- An issue with relating to the specs around the Myst codebase (native or in-language).
- Any issue relating to the standard library (Myst code) of Myst.
- Any issue relating to the syntax of Myst.
- Any issue that has been resolved as an intended feature, or specifically won't be addressed.