Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mna/pigeon issues and pull requests
#70 - Build failure only when --optimize-grammar is set; grammar with not referenced rule
Issue -
State: open - Opened by breml over 6 years ago
- 5 comments
#69 - [Feature Request] Add Expression name to wanted when parsing error occured
Issue -
State: open - Opened by F4ncyMooN over 6 years ago
- 4 comments
#68 - Add linting, fix linting issues
Pull Request -
State: open - Opened by breml over 6 years ago
#67 - Add -nolint flag
Pull Request -
State: closed - Opened by breml over 6 years ago
#66 - Fix duplicate function code generation
Pull Request -
State: closed - Opened by mna almost 7 years ago
- 5 comments
#65 - Build failure only when --optimize-grammar is set
Issue -
State: closed - Opened by mna almost 7 years ago
#64 - Use subtests for table driven tests
Pull Request -
State: open - Opened by breml almost 7 years ago
#63 - Choice expression limit
Issue -
State: closed - Opened by mwhooker almost 7 years ago
- 2 comments
#62 - Add type safety
Issue -
State: open - Opened by felipellrocha about 7 years ago
- 4 comments
#61 - How to pass in data into parser
Issue -
State: closed - Opened by felipellrocha about 7 years ago
- 3 comments
#60 - Document restore global state while throw/recover
Pull Request -
State: closed - Opened by breml over 7 years ago
#59 - Document global state handling in combination with recover/throw
Issue -
State: closed - Opened by breml over 7 years ago
#58 - Remove emptyState optimization
Pull Request -
State: closed - Opened by mna over 7 years ago
- 6 comments
#57 - optimize global state if not used
Pull Request -
State: closed - Opened by breml over 7 years ago
- 2 comments
#56 - Add .editorconfig and set indent_size to 4
Pull Request -
State: closed - Opened by breml over 7 years ago
#55 - Document incompatibility of global state with memoization
Issue -
State: open - Opened by breml over 7 years ago
- 1 comment
#54 - Branch wip-vm
Issue -
State: closed - Opened by breml over 7 years ago
- 1 comment
#53 - Move all test cases to their own packages
Pull Request -
State: closed - Opened by breml over 7 years ago
#52 - Fix the backtrack-aware restoring of the state
Pull Request -
State: closed - Opened by mna over 7 years ago
- 9 comments
#51 - Backtrack-aware state does not restore correctly
Issue -
State: closed - Opened by mna over 7 years ago
- 1 comment
#50 - `go get github.com/mna/pigeon/...` is failing
Issue -
State: closed - Opened by breml over 7 years ago
- 1 comment
#49 - fix panic when state code block used with the -optimize-grammar option
Pull Request -
State: closed - Opened by mna over 7 years ago
- 1 comment
#48 - Reformat with `gofmt -s`
Pull Request -
State: closed - Opened by breml over 7 years ago
#47 - Add goreportcard badge to README.md
Pull Request -
State: closed - Opened by breml over 7 years ago
#46 - Add AllowInvalidUTF8 option
Pull Request -
State: closed - Opened by FiloSottile over 7 years ago
- 3 comments
#45 - implement the alternate entrypoints feature
Pull Request -
State: closed - Opened by mna over 7 years ago
- 5 comments
#44 - Feature proposal: alternate entrypoints
Issue -
State: closed - Opened by mna over 7 years ago
- 4 comments
#43 - Parser state (implementation of #40)
Pull Request -
State: closed - Opened by breml over 7 years ago
- 1 comment
#42 - Correctly handle U+FFFD
Pull Request -
State: closed - Opened by FiloSottile over 7 years ago
- 2 comments
#41 - Statistics for ordered choice expressions
Pull Request -
State: closed - Opened by breml over 7 years ago
#40 - Proposal on How to Maintain the State of the Parser in Pigeon
Issue -
State: closed - Opened by breml over 7 years ago
- 7 comments
#39 - Implementation of labeled failures
Pull Request -
State: closed - Opened by breml over 7 years ago
- 7 comments
#38 - Syntax Highlighting in Vim
Issue -
State: closed - Opened by jasontbradshaw over 7 years ago
- 2 comments
#37 - Implement feature MaxExpressions
Pull Request -
State: closed - Opened by jlozano over 7 years ago
#36 - Feature: Max expressions
Pull Request -
State: closed - Opened by jlozano over 7 years ago
- 2 comments
#35 - ParseFile swallows parse errors
Issue -
State: closed - Opened by vito over 7 years ago
- 1 comment
#34 - Feature: Max Steps
Pull Request -
State: closed - Opened by jlozano over 7 years ago
- 3 comments
#33 - Optimize grammar and `-optimize-grammar` flag
Pull Request -
State: closed - Opened by breml over 7 years ago
#32 - Add ast.Walk function to traverse pigeon AST
Pull Request -
State: closed - Opened by breml over 7 years ago
#31 - Add `-optimize-basic-latin' parser optimization
Pull Request -
State: closed - Opened by breml over 7 years ago
#30 - Optimize failAt with slice instead of map
Pull Request -
State: closed - Opened by breml over 7 years ago
#29 - Allocate vals slice in parseSeqExpr with right cap
Pull Request -
State: closed - Opened by breml over 7 years ago
#28 - Added `-optimize-parser` flag
Pull Request -
State: closed - Opened by breml over 7 years ago
#27 - Remove -track-fail flag from usage text
Issue -
State: closed - Opened by shixzie over 7 years ago
#26 - Have source of static_code in real .go file
Pull Request -
State: closed - Opened by breml over 7 years ago
#25 - Add FailureTracking as flag to pigeon and to existing tests and examples.
Pull Request -
State: closed - Opened by breml over 7 years ago
#24 - Better error reporting based on farthest parse pos
Pull Request -
State: closed - Opened by breml over 7 years ago
- 4 comments
#23 - Add globalStore
Pull Request -
State: closed - Opened by breml over 7 years ago
- 4 comments
#20 - Integrate goimports functionality
Pull Request -
State: closed - Opened by breml almost 8 years ago
- 7 comments
#18 - Line numbers in errNoMatch
Issue -
State: closed - Opened by tsandall over 8 years ago
- 34 comments
#17 - Invalid detection replacement char AnyMatcher
Issue -
State: closed - Opened by RedSkotina over 8 years ago
- 2 comments
#16 - Feature global state
Pull Request -
State: closed - Opened by RedSkotina over 8 years ago
- 29 comments
#9 - Export parserError and errList
Issue -
State: closed - Opened by breml over 8 years ago
- 5 comments
#8 - Accessing filename during parsing
Issue -
State: closed - Opened by tsandall over 8 years ago
- 7 comments
#7 - Significant Whitespace Parsing
Issue -
State: closed - Opened by ghost over 9 years ago
- 2 comments
#5 - Accessing labels defined in parent expression from subexpressions
Issue -
State: closed - Opened by erjoalgo over 9 years ago
- 3 comments