Skip to content

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

Is there a way to report errors when input cannot be parsed?
  • ademenev
  • 2
  • Opened 
    on Jun 1, 2022
  • #44

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub