-
https://github.com/ashinn/chibi-scheme/blob/e93b71990c1135ba3cffaa5844f2b8909715119a/sexp.c#L3336-L3338
I see that there are circumstances in which literal pairs become immutable, but I can’t work …
-
I miss the `[[` and `]]` features of vim-sexp to jump to the toplevel form start and end. I initially implemented a solution by iterating the api function `move_to_parent_form_{start,end}` used in `(`…
phogh updated
2 weeks ago
-
Hello 😄
**esy version:** 0.6.12
**Operating System:** macOS Monterey 12.4
**Issue:** When installing the project from scratch, user runes into a missing pkg-config or missing python erro…
-
Function listed below is inlined, but it leads to compiler panic.
```go
func utf8CharWidth(ch rune) int {
switch {
case ch [ ]
[ ] constant 1 ''=> [ ]
[ ] num [? ]
[? ] g…
-
Spaces (32, 0x20) are valid characters in the description header that is sent to AWS Glacier [1] and their docs say nothing about urlencoding or decoding of the `x-amz-archive-description` header fiel…
-
`sp-unwrap-sexp` re-indents the contents of the unwrapped pair. `sp-wrap-with-pair` with a region will reindent the region wrapped. However, manually wrapping (selecting a region and typing `{`) doesn…
xendk updated
6 years ago
-
This Rcpp issue will affect the error message for regular expression.
``` r
re2("this (is 测试")
#> Error: missing closing ): this (is 娴嬭瘯
```
Here is an issue about related to this before.
[[Rcpp…
qinwf updated
8 years ago
-
Example:
```
(module
(memory 0 0)
(func $f1 (param $i1 i32) (result i32)
(i32.select
(i32.lt_s
(get_local $i1)
(i32.const 0)
)
(i32.sub
(i32.const 0)
(…
ghost updated
8 years ago
-
There are at least these two libraries that implement s-expressions: https://github.com/mjsottile/sfsexp and https://github.com/rnpgp/sexpp they should probably be listed in addition to the libgcrypt…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues
- [X] This issue is not a questio…