Sasank Chilamkurthy
|
e58642e2d3
|
use sphinx instead of mkdocs
|
4 years ago |
Sasank Chilamkurthy
|
6e14ce7544
|
Merge branch 'master' into sasank/docs
|
4 years ago |
Sasank Chilamkurthy
|
00d953d71a
|
first cut sphinx done
|
4 years ago |
Erez Sh
|
39fb4c0f3e
|
Bugfix and warn on ambiguous intermediate nodes, based on PR #651
|
4 years ago |
Erez Sh
|
7010f96825
|
Merge branch 'pwwang-master'
|
4 years ago |
Erez Sh
|
af3bedd39d
|
Adjustments to logging PR
|
4 years ago |
Erez Sh
|
310d3ebc7a
|
Merge branch 'master' of https://github.com/pwwang/lark into pwwang-master
|
4 years ago |
Erez Shinan
|
e5efc670bf
|
Merge pull request #653 from BlankSpruce/standalone-missing-elements
|
4 years ago |
Blank Spruce
|
5559b1a211
|
Add missing elements in standalone parser
Add:
- missing imports
- __version__ variable
Additionally regenerated json parser example
|
4 years ago |
Erez Sh
|
4877709447
|
Merge branch 'BlankSpruce-standalone-transformer'
|
4 years ago |
Erez Sh
|
2f4831f9b6
|
Small refactor after PR
|
4 years ago |
Blank Spruce
|
96873d64ba
|
Make transformer work with tokens in standalone parser, fixes #648
|
4 years ago |
Erez Sh
|
c9ca287e9e
|
Merge branch 'MegaIng-error-handling'
|
4 years ago |
Erez Sh
|
2c7afed894
|
Small fixes
|
4 years ago |
Erez Sh
|
00e736fda3
|
Use accepts in default example (even though it's not necessary)
|
4 years ago |
Erez Sh
|
02d57bc32a
|
Small adjustments to PR
|
4 years ago |
Erez Sh
|
c19c803340
|
Merge branch 'error-handling' of https://github.com/MegaIng/lark into MegaIng-error-handling
|
4 years ago |
Erez Sh
|
d4503374ff
|
Small addition to docs
|
4 years ago |
MegaIng1
|
cb2d9cded0
|
Refactored ParserPuppet, added stubs
|
4 years ago |
MegaIng1
|
56083b0dbb
|
Merge branch 'master' of https://github.com/lark-parser/lark into error-handling
|
4 years ago |
MegaIng1
|
2e160c046e
|
Correction for python2.7 (LalrPuppet-> new style class)
|
4 years ago |
MegaIng1
|
d3b0449f71
|
Improved `match_examples` with `UnexpectedToken.accepts`
|
4 years ago |
MegaIng1
|
a7bcd0bc2d
|
Added `accepts` attribute to `UnexpectedToken` and update stubs
|
4 years ago |
MegaIng1
|
28e0a86f38
|
Small improvements for debug info
|
4 years ago |
Erez Shinan
|
6925b9be0d
|
Merge pull request #645 from decorator-factory/verbose-regex-flag--decorator-factory
|
4 years ago |
decorator-factory
|
2525e0ce9c
|
formatting: fix pistol operator
|
4 years ago |
decorator-factory
|
8b59a16425
|
refactor: replace dict lookup with simple conditional
|
4 years ago |
decorator-factory
|
9923987e94
|
allow multiline regexes with 'x' (verbose) flag
|
4 years ago |
Erez Sh
|
b7068c45a7
|
Tiny fixes. Don't test use_bytes on Python 3.4.
|
4 years ago |
Erez Sh
|
8dc8865072
|
[docs] Fixed links
|
4 years ago |
Erez Sh
|
5954fdf87a
|
Restore bad code (needs better fix). Updated readme & docs.
|
4 years ago |
Erez Sh
|
61a7c1e20a
|
Removed code that causes failure in Python 3.4
|
4 years ago |
Erez Sh
|
438e89dea9
|
Fix readthedocs (Issue #640)
|
4 years ago |
Erez Sh
|
fc9afe5177
|
Added nearley.md to mkdocs (so readthedocs can display it)
|
4 years ago |
Erez Sh
|
7ca6bb6559
|
Fixed link in docs (Issue #621)
|
4 years ago |
Erez Sh
|
b174d5eae8
|
Documented regexp flags. Issue #230
|
4 years ago |
Erez Sh
|
f84a964463
|
Merge branch 'julienmalard-reconst0' (Better and faster reconstruction)
|
4 years ago |
Erez Sh
|
d631cad024
|
Minor adjustments
|
4 years ago |
Erez Sh
|
3da748c5ee
|
Merge branch 'reconst0' of https://github.com/julienmalard/lark into julienmalard-reconst0
|
4 years ago |
Erez Shinan
|
1dd863dd3c
|
Update README.md
|
4 years ago |
Erez Sh
|
621d9f651f
|
Tiny update (Nearley)
|
4 years ago |
Erez Sh
|
fe7965999b
|
Merge branch 'TMiguelT-nearley-es6'
|
4 years ago |
Erez Sh
|
b0feed8c12
|
A few adjustments to Nearley PR (mostly docs)
|
4 years ago |
Michael Milton
|
193dcf032d
|
Update readme
|
4 years ago |
Michael Milton
|
e6ad86f373
|
For Nearley: add argparse, extras install, allow es6 compiling
|
4 years ago |
Erez Sh
|
9ee8428f3f
|
Merge branch 'MegaIng-bytes-support'
|
4 years ago |
Erez Sh
|
7c6e94bf73
|
Fixed issues with the use_bytes PR, and added documentation
|
4 years ago |
MegaIng
|
01094af15b
|
Merge branch 'master' into bytes-support
|
4 years ago |
MegaIng1
|
c93106f143
|
Tests for bytes parser (credit to @ctrlcctrlv)
|
4 years ago |
MegaIng1
|
0c89189b5f
|
Support for bytes parser
|
4 years ago |