0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature: Added explicit ambiguity option for Earley More... almost 8 years ago
Added Nearley and mappyfile to README More... almost 8 years ago
Merge branch 'js2py2' More... almost 8 years ago
Added example Python grammars & parser More... almost 8 years ago
Include LICENSE, docs, examples, tests, in tar.gz. More... almost 8 years ago
Merge branch 'master' into js2py2 More... almost 8 years ago
BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column More... almost 8 years ago
Nearley-to-Lark Works. Now using js2py as code generator More... almost 8 years ago
Another little update to the README benchmarks More... almost 8 years ago
Patch version bump More... almost 8 years ago
Updated benchmarks in README More... almost 8 years ago
Updated benchmarks due to error in memory measurement (Thanks Jamie!) More... almost 8 years ago
Don't construct a list of tokens, to reduce memory footprint More... almost 8 years ago
Made load_grammar a tiny bit nicer More... almost 8 years ago
Still working on Nearley More... almost 8 years ago
Nearley -> Lark tool working for tests with js2py More... almost 8 years ago
Fixed tools.nearley (converter) More... almost 8 years ago
Bumped patch-version More... almost 8 years ago
Improved error messages More... almost 8 years ago
Added the turtle dsl example More... almost 8 years ago
Bugfix in scanless mode More... almost 8 years ago
Version bump. And not for nothing More... almost 8 years ago
More flags work More... almost 8 years ago
Fixed bug in unless: Now uses regexp, not string matching More... almost 8 years ago
Added flag options to terminals (just 'i' for now) More... almost 8 years ago
Little stuff More... almost 8 years ago
Fixed issue #3 (infinite recursion in grammar) More... almost 8 years ago
Improved README More... almost 8 years ago
Re-wrote the Earley parser to use a parse-forest More... almost 8 years ago
Fixed stuff in README More... almost 8 years ago