-
## Feature Request
**Is your feature request related to a problem? Please describe:**
Background: Once a PR modifies the `parser.y` file, it needs to regenerate the `parser.go` file with `goyacc…
-
The problem propagates from `$go tool yacc` used by cznic/parser/yacc, see [issue #2](https://github.com/cznic/parser/issues/2)
cznic updated
9 years ago
-
**Is your feature request related to a problem? Please describe.**
I am working on a generator. The generator has bugs that I need to debug.
**Describe the solution you'd like**
When my code has …
-
Some contracts already have TL-B descriptions for its messages. For example, [Telemint](https://github.com/TelegramMessenger/telemint/blob/main/telemint.tlb) or [STON.FI](https://docs.ston.fi/docs/dev…
-
Attempting to install on Go 1.0 produces the following errors:
$ go get -v github.com/nsf/golemon
github.com/nsf/golemon (download)
github.com/nsf/golemon
# github.com/nsf/golemon
../nsf/golemon/lem…
-
Example:
``` ruby
Thread.new do
lines = IO.readlines '../words_1.txt'
cnt = {'cat'=>0, 'dog'=>0, 'cow'=>0, 'tiger'=>0, 'lion'=>0, 'wolf'=>0, 'fish'=>0}
lines.each do |l|
words = l…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.16.2 linux/amd64
### Does this issue reproduce with the latest release?
It is indeed the latest release
…
-
目前有個重要的任務我忘了開,就是需要解析文章
以前並沒有結構性的去描述 BBS 文章結構的結構,因此這部分得我們自行發明。
初步的話我希望可以解析成以下的格式
```
"is_header_modify": {{is_header_modified}},
"author_id": {{author_id}},
"author_name": {{author_name}},
"…
-
### Go version
1.22 I believe
### Output of `go env` in your module/workspace:
```shell
Whatever is on https://go.dev/play
```
### What did you do?
Parse XML files with ill-formed or misplaced d…
-
hi,
i have just written a toy compiler in go: https://github.com/geraldstanje/toycompiler
what are you planning to do?
-Gerald