-
Hello, I was pleasantly surprised when I found vartan!
I recently struggled with the compiler implementation of SQL in Golang.
I know that `goyacc` can do this, but IMHO, `goyacc` is too difficult t…
-
### What problem does the new feature solve?
Right now GreptimeDB only supports [SQL and gRPC](https://docs.greptime.com/user-guide/reading-writing-data) protocols to query data.
[PromQL](https://…
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- go version go1.17.…
-
```go
func BenchmarkReplaceTimesByFunc(b *testing.B) {
s := `'Twas brillig and the slithy toves did gyre and gimble in 50 wabe. All mimsy were the borogroves and the mome raths outgrabe. Beware the…
-
### Describe the bug
In CLion, many Dark/Natural themes produces dim highlighting for function arguments, local variables, brackets, comments which makes it challenging to read.
### **Palenight**…
-
**Project description**
mgmt: next generation config management!
**Metadata**
* homepage URL: https://mgmtconfig.com/
* source URL: https://github.com/purpleidea/mgmt
* license: GNU3
* platf…
-
We want to write a scanner & parser in Go to parse the CRS rules so we can process these rules in Go (this is our goal). I noticed there are lex and yacc files: `seclang-scanner.ll` and `seclang-parse…
-
9/30(木) 15:00〜16:00@ Zoom, BASE BANK, Inc.
## 参加者
@budougumi0617
@glassmonkey
だいすずさん
えまさん
## お題
## ネタ
ネタがなかったら proposal: review meeting minutes をみてみよう!
https://github.com/golang/g…
-
15:00~16:00 @ Zoom, BASE BANK, Inc.
## 参加者
- @daisuzu
- @satorunooshie
- @budougumi0617
## お題
## ネタ
ネタがなかったら proposal: review meeting minutes をみてみよう!
https://github.com/golang/go/…
-
by **superisaac.ke**:
I wrote a simple expression evaluator that accept and evaluate strings such as
"1 + 4 * 2 / 3". The part of grammar is
expr1:
NUMBER
| expr1 '*' NUM…