issues Search Results · repo:prataprc/goparsec language:Go
Filter by
32 results
(46 ms)32 results
inprataprc/goparsec (press backspace or delete to remove)Hi @prataprc, first off: is this project still maintained? Im guessing that the Travis CI is no longer working and that
the version of go (1.13) means that it wont build with modern toolchain?
If I run ...
rm-hull
- 1
- Opened on Aug 21, 2022
- #45
Consider this simplified grammar for addition:
Add ::= Int ( + Int)?
Trying to express it with goparsec as follows:
package test
import (
testing
github.com/prataprc/goparsec
)
func TestParsec(t ...
PlushBeaver
- Opened on Jul 5, 2020
- #42
I was expecting that two should be matched since it should escape the whitespace but it did not. Also the whitespace
should be already be set by default which means that there should be no need to call ...
etsangsplk
- Opened on Jan 30, 2020
- #40
// False is alias for string type denoting JSON `null`
type False string
// Num is alias for string type denoting JSON `null`
type Num string
// String is alias for string type denoting JSON `null`
type ...
ns-cweber
- Opened on Jan 23, 2018
- #38
Your tests are littered with assertions that look like this:
node, _ := ast.Parsewith(y, s)
if node.GetValue() != onetwothree {
t.Errorf( unexpected: %v , node.GetValue())
} else if _, ok := node.GetChildren()[2].(MaybeNone); ...
vektah
- 1
- Opened on Aug 4, 2017
- #37
prataprc
- Opened on Jul 5, 2017
- #36
prataprc
- Opened on Jul 4, 2017
- #35
prataprc
- Opened on Jul 4, 2017
- #34
prataprc
- Opened on Jul 4, 2017
- #33

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.