-
https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters
To reproduce:
1. Make a fresh install of Raspberry Pi OS Lite 64 bit
2. `sudo apt ins…
-
Hello, I have a few questions about this repo
- This repo does not provide bindings to tree-sitter right? Only a way of generating OCaml parsers from a tree-sitter syntax?
- Is there a way to extrac…
-
### What is the URL of the page with the issue?
any module URL
### What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/…
-
Hey everyone,
Hope break's going well.
I'm working on refactoring my abstract syntax tree (AST) to be easier to deal with, and I'm curious if & what others are doing in the same vein.
I've pretty m…
ikehz updated
10 years ago
-
The `go_deps` extension has a mechanism for having different default arguments for the underlying `go_repository` command. Currently there are overrides for `build_directives`, `build_extra_args`, and…
-
**Describe the bug**
erl_syntax:set_pos/2 or erl_syntax:revert/1 is not works as expected
```erlang
Node = {atom, 20, a}.
Node1 = erl_syntax:revert(erl_syntax:set_pos(Node, 10)).
?assertEqual({at…
-
Examples are important. Busy people may have no time to read your spec, and often start from examples.
Examples also validate that all your infrastructure works together.
- So please extract all e…
-
## Problem Tree (AKA Current Reality Tree) syntax RFC
The purpose of this issue is to gather feedback and counterproposals for TOC-Lang's Problem Tree syntax. We are currently in a prototyping phase…
-
## Goal Tree syntax RFC
The purpose of this issue is to gather feedback and counterproposals for TOC-Lang's Goal Tree syntax. We are currently in a prototyping phase where it is safe to break compati…
-
- [X] `Result` #42
- [ ] `Array` #27
- binary tree for `O(log n)` access
- [x] `List` #46
- linked queue for `O(1)` concat
- literal syntax exists; need method support
- ...?