Skip to content

No labels!

There aren’t any labels for this repository quite yet.

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