Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / evanphx/kpeg issues and pull requests

#62 - git tag for 1.3.3 is missing

Issue - State: closed - Opened by Segaja 10 months ago - 1 comment

#61 - Simplify generated code

Pull Request - State: closed - Opened by funny-falcon about 1 year ago - 1 comment

#60 - Allow position to target just at string end (past last char)

Pull Request - State: closed - Opened by funny-falcon about 1 year ago

#59 - Make generated code more compact

Pull Request - State: closed - Opened by funny-falcon about 1 year ago - 3 comments

#58 - Removed 3rd argument of Regexp.new.

Pull Request - State: closed - Opened by hsbt over 1 year ago - 1 comment

#57 - typo

Pull Request - State: closed - Opened by gilesbowkett over 1 year ago

#56 - tests not being executed on `rake test`

Issue - State: closed - Opened by Segaja almost 2 years ago - 1 comment

#55 - reset result on apply

Pull Request - State: closed - Opened by funny-falcon almost 2 years ago - 2 comments

#54 - fix 'warning: assigned but unused variable - s'

Pull Request - State: closed - Opened by funny-falcon almost 2 years ago - 1 comment

#53 - add more tests to position handling and fix them

Pull Request - State: closed - Opened by funny-falcon almost 2 years ago

#52 - version in gemspec is not up-to-date

Issue - State: closed - Opened by Segaja about 2 years ago - 1 comment

#51 - non existing files cause error during `gem build`

Issue - State: closed - Opened by Segaja about 2 years ago - 1 comment

#50 - no git tags for released version

Issue - State: closed - Opened by Segaja about 2 years ago - 1 comment

#49 - Add Ruby 3.1 to CI

Pull Request - State: closed - Opened by petergoldstein over 2 years ago

#48 - Replace deprecated `File.exists?`

Pull Request - State: closed - Opened by nobu over 2 years ago

#47 - Fix line calculation issues in kpeg 1.2.0

Pull Request - State: closed - Opened by drbrain almost 3 years ago

#46 - Fix line calculation issues.

Pull Request - State: closed - Opened by enebo almost 3 years ago - 4 comments

#45 - Line calculation issues with v1.2.0

Issue - State: closed - Opened by drbrain almost 3 years ago - 4 comments

#44 - Speed up Postion#current_line

Pull Request - State: closed - Opened by enebo about 3 years ago - 3 comments

#43 - Improve performance

Pull Request - State: closed - Opened by mame over 3 years ago

#42 - Re-generate the parser code

Pull Request - State: closed - Opened by mame over 3 years ago

#41 - Items may be duplicated when a single item is followed by a * of items

Issue - State: closed - Opened by drbrain almost 5 years ago - 2 comments

#40 - Fix current_column return value when position is 0

Pull Request - State: closed - Opened by keithpitt almost 6 years ago - 1 comment

#39 - Update license in gemspec to match LICENSE file

Pull Request - State: closed - Opened by andrew over 6 years ago - 1 comment

#38 - Update license field in gemspec to match LICENSE file

Pull Request - State: closed - Opened by andrew almost 7 years ago

#37 - Windows Unicode Character Prop fix, update appveyor, travis

Pull Request - State: open - Opened by MSP-Greg almost 7 years ago - 7 comments

#36 - Labeled capture groups aren't working

Issue - State: closed - Opened by marnen over 7 years ago - 2 comments

#35 - small typo in examples/calculator/calculator.kpeg

Issue - State: closed - Opened by edhowland over 8 years ago

#34 - Change "grammer" to "grammar"

Pull Request - State: closed - Opened by jfinkhaeuser over 8 years ago

#33 - add new example of tiny Markdown

Pull Request - State: closed - Opened by takahashim almost 9 years ago - 1 comment

#32 - merge v1.0.0 into master

Pull Request - State: closed - Opened by takahashim almost 9 years ago

#31 - add Gemfile

Pull Request - State: closed - Opened by takahashim almost 9 years ago - 1 comment

#30 - missing 1.0.0

Issue - State: closed - Opened by takahashim almost 9 years ago

#29 - Removed unreachable code `return ans`

Pull Request - State: closed - Opened by ronakjangir47 almost 9 years ago

#28 - a question (or feature request)

Issue - State: closed - Opened by artbot1 about 9 years ago - 3 comments

#27 - Fix bin/kpeg when there are no arguments passed in

Pull Request - State: closed - Opened by sjothen almost 11 years ago

#26 - Can't include a single ' in a curly block

Issue - State: closed - Opened by drbrain about 11 years ago

#25 - \r is not escaped in kpeg output

Issue - State: closed - Opened by drbrain almost 12 years ago - 1 comment

#24 - Output the generated AST helpers in a module so they can be reused.

Pull Request - State: closed - Opened by dudleyf over 12 years ago - 2 comments

#23 - Enabling debugging does nothing in a built compiler

Issue - State: closed - Opened by drbrain over 12 years ago - 1 comment

#22 - Relatively slow performance

Issue - State: closed - Opened by wycats over 12 years ago - 2 comments

#21 - Not so much an issue as a question

Issue - State: closed - Opened by FrankDMartinez about 13 years ago - 1 comment

#20 - Parametrized rules (passing rules -as procs- to other rules)

Pull Request - State: closed - Opened by vic about 13 years ago

#19 - Memoize rules with params too

Pull Request - State: closed - Opened by matthewd over 13 years ago

#18 - Tiny bugfix, tests pass on Ruby 1.9.2 now

Pull Request - State: closed - Opened by jvoorhis over 13 years ago

#17 - Quoted curleys in action blocks cause parse failure

Issue - State: closed - Opened by BRIMIL01 over 13 years ago - 1 comment

#16 - Grammars should be able to end with a comment

Issue - State: closed - Opened by BRIMIL01 over 13 years ago - 1 comment

#15 - More Docs, added a feature and bumped the version

Pull Request - State: closed - Opened by BRIMIL01 over 13 years ago - 3 comments

#14 - Added some beginning docs and two example apps.

Pull Request - State: closed - Opened by BRIMIL01 over 13 years ago - 1 comment

#13 - "foo":cap doesn't capture "foo"

Issue - State: closed - Opened by Twisol over 13 years ago - 1 comment

#12 - Documentation

Issue - State: closed - Opened by gildo over 13 years ago - 2 comments

#11 - Indent generated code

Pull Request - State: closed - Opened by rocky over 13 years ago - 1 comment

#10 - Adds indentation to generated code

Pull Request - State: closed - Opened by rocky over 13 years ago - 1 comment

#9 - Ruby 1.9 Regexp.new lang parameter can only be 'n' or 'N'

Issue - State: closed - Opened by rocky over 13 years ago - 1 comment

#8 - Option --debug broken because KPeg::FORMAT not defined

Issue - State: closed - Opened by rocky over 13 years ago - 2 comments

#7 - Make Ruby 1.9 aware?

Issue - State: closed - Opened by rocky over 13 years ago - 1 comment

#6 - anonymous tags in kpeg format

Issue - State: closed - Opened by vito over 13 years ago - 1 comment

#5 - comments in kpeg format

Issue - State: closed - Opened by vito over 13 years ago - 1 comment

#4 - allow detecting/controlling failure if input not completely parsed

Issue - State: closed - Opened by vito over 13 years ago - 1 comment

#3 - allow flags for regexs in kpeg format file

Issue - State: closed - Opened by vito over 13 years ago - 1 comment

#2 - access to line/position information via the API

Issue - State: closed - Opened by vito over 13 years ago - 3 comments

#1 - Untitled

Pull Request - State: closed - Opened by dwaite over 13 years ago