brack icon indicating copy to clipboard operation
brack copied to clipboard

🐦‍⬛ A bracket-based lightweight markup language that extends commands with WebAssembly

Results 49 brack issues
Sort by recently updated
recently updated
newest added

Currently, the repository name is split with a "." to get the module name, but this implementation makes the module name dependent on the repository name. The module name should...

components: brace
difficulty: medium
size: small
changes: minor

components: infrastructure
difficulty: medium
size: medium
changes: patch

- expr_or_close - expr_or_close newline expr_or_close - expr_or_close newline expr_or_close newline expr_or_close - expr_or_close newline newline expr_or_close (failure)

type: good first issue
components: parser
difficulty: medium
size: medium
changes: patch
type: testing

- EOF - stmt EOF - newline EOF - stmt newline EOF - stmt newline newline EOF - stmt newline newline stmt EOF - stmt newline newline stmt newline EOF...

type: good first issue
components: parser
difficulty: medium
size: medium
changes: patch
type: testing

- expr - bracket_close - expr bracket_close bracket_close (invalid ast, but it can be parsed to cst) - empty (failure) - newline (failure)

type: good first issue
components: parser
difficulty: medium
size: medium
changes: patch
type: testing

- escaped - module - ident - bracket - dot - comma - whitespace - text - bracket + newline (partial parsing) - empty (failure) - newline (failue)

type: good first issue
components: parser
difficulty: medium
size: medium
changes: patch
type: testing

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. Release notes Sourced from tokio's releases. Tokio v1.45.0 Added metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#6899, #7276) process: add Command::spawn_with (#7249) Changed io: do...

rust
dependencies

### Description Please provide a clear and concise description of the changes in this pull request. Indicate whether the changes are related to documentation, bug fixes, or feature implementation: -...

## Overviews Curly node is included by nothing now, but it is obviously invalid. https://github.com/brack-lang/brack/blob/12ecc963f4f45c9a1efa0bc437b7e4a0dece74c6/brack.ast.ebnf#L5

type: invalid
difficulty: easy
size: small
changes: patch