Ecosyste.ms: Issues

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

GitHub / lark-parser/lark issues and pull requests

#1401 - Making a comment by using regular expression

Issue - State: open - Opened by EliotBD03 7 months ago - 5 comments
Labels: question

#1400 - Transforming tree after standalone parser results in different AST

Issue - State: closed - Opened by pdeibert 7 months ago - 4 comments

#1400 - Transforming tree after standalone parser results in different AST

Issue - State: closed - Opened by pdeibert 7 months ago - 4 comments

#1399 - Need help with terminals not showing up as expected

Issue - State: open - Opened by justrajdeep 7 months ago
Labels: question

#1399 - Need help with terminals not showing up as expected

Issue - State: closed - Opened by justrajdeep 7 months ago - 1 comment
Labels: question

#1398 - Need help figuring out why some characters are captured in __ANON_

Issue - State: closed - Opened by justrajdeep 7 months ago - 2 comments
Labels: question

#1398 - Need help figuring out why some characters are captured in __ANON_

Issue - State: closed - Opened by justrajdeep 7 months ago - 2 comments
Labels: question

#1397 - Import lark grammar written in one python project into another

Issue - State: open - Opened by manjrekarom 7 months ago - 4 comments
Labels: question

#1397 - Import lark grammar written in one python project into another

Issue - State: open - Opened by manjrekarom 7 months ago - 6 comments
Labels: question

#1395 - Fix for when providing a transformer with a Token

Pull Request - State: closed - Opened by erezsh 8 months ago - 1 comment

#1394 - Transformer raises AttributeError when a tree is only a token

Issue - State: closed - Opened by The-Arx 8 months ago - 1 comment
Labels: bug

#1393 - Enhancement of List Concatenation and Iterator Check

Pull Request - State: closed - Opened by Akshat111111 8 months ago - 1 comment

#1391 - Please remove the duplicate PYPI record

Issue - State: closed - Opened by yurivict 9 months ago - 1 comment

#1389 - parsing.py example - lark.exceptions.GrammarError

Issue - State: closed - Opened by 7flash 9 months ago - 1 comment

#1387 - Docs: Example link to blog.erezsh.com dead

Issue - State: closed - Opened by nicktimko 9 months ago - 1 comment

#1386 - Parser error messages are not deterministic

Issue - State: closed - Opened by RobertCraigie 9 months ago - 2 comments

#1384 - Ability to inline branches not documented in the grammar reference

Issue - State: open - Opened by kpet 9 months ago - 3 comments

#1382 - AssertionError when using templates

Issue - State: open - Opened by subnut 10 months ago - 4 comments
Labels: bug

#1381 - Give "Shaping the tree" clear sub-headings

Pull Request - State: closed - Opened by nchammas 10 months ago - 2 comments

#1380 - Data structure for getting possible terminal sequences?

Issue - State: closed - Opened by RevanthRameshkumar 10 months ago - 2 comments
Labels: question

#1379 - Make Token inherit from Generic.

Issue - State: open - Opened by Luis-omega 11 months ago - 2 comments
Labels: enhancement

#1378 - Exclude classes in create_tranformer by user provided pedicate

Issue - State: open - Opened by vityaman 11 months ago
Labels: enhancement

#1377 - Use MAXWIDTH instead of MAXREPEAT when available

Pull Request - State: closed - Opened by MegaIng 11 months ago

#1374 - Type of `tree.data` is wrong.

Issue - State: closed - Opened by naddeoa 11 months ago - 1 comment

#1373 - multiline strings in python3 grammar

Issue - State: closed - Opened by kediaharshit9 11 months ago - 1 comment
Labels: question

#1372 - Improve IMAP ID parser

Issue - State: closed - Opened by P-EB 12 months ago - 13 comments
Labels: question

#1371 - Ability to search for parseable substrings

Issue - State: open - Opened by DRMacIver 12 months ago - 6 comments
Labels: enhancement

#1370 - Directly used literals not returned by transformer

Issue - State: closed - Opened by Daniel63656 12 months ago - 1 comment
Labels: question

#1370 - Directly used literals not returned by transformer

Issue - State: closed - Opened by Daniel63656 12 months ago - 1 comment
Labels: question

#1369 - Checking for allowed tokens with accepts() triggers transformer callbacks

Issue - State: closed - Opened by Daniel63656 12 months ago - 4 comments
Labels: question

#1368 - Is there a way to receive callbacks when a rule finishes

Issue - State: closed - Opened by Daniel63656 12 months ago
Labels: question

#1367 - Partial parsing

Issue - State: closed - Opened by Daniel63656 12 months ago - 11 comments
Labels: question

#1366 - Is it possible to parse a list of terminals?

Issue - State: closed - Opened by Daniel63656 12 months ago - 2 comments
Labels: question

#1365 - Run tests against Python 3.12

Pull Request - State: closed - Opened by michael-k 12 months ago - 1 comment

#1364 - Part 1: doc restructure, introduce categories

Pull Request - State: open - Opened by tomschr 12 months ago - 18 comments

#1363 - A fix for black formatter breaking standalone parser generation.

Pull Request - State: closed - Opened by marsninja 12 months ago - 7 comments

#1359 - Can not chain or merge two transformers

Issue - State: closed - Opened by reSHARMA about 1 year ago - 7 comments
Labels: question

#1357 - Fix nested list markdown syntax in how_to_use.md

Pull Request - State: closed - Opened by ei-grad about 1 year ago

#1356 - Standalone: Added support for interactive parser.

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

#1355 - GrammarError: Rule 'anycase' used but not defined (in rule pipesyn)

Issue - State: closed - Opened by RossPatterson about 1 year ago - 5 comments

#1354 - Typing fixes. Mypy now produces 0 type errors

Pull Request - State: closed - Opened by erezsh about 1 year ago - 2 comments

#1353 - Breaking changes / docs out of date

Issue - State: open - Opened by akissinger about 1 year ago - 7 comments

#1352 - Referencing capturing groups errors when using LALR

Issue - State: open - Opened by mx781 about 1 year ago - 1 comment
Labels: question

#1352 - Referencing capturing groups errors when using LALR

Issue - State: closed - Opened by mx781 about 1 year ago - 5 comments
Labels: question

#1351 - Fixes to the python grammar

Pull Request - State: open - Opened by MegaIng about 1 year ago

#1350 - Found a gotcha with the interactive parser

Issue - State: closed - Opened by RevanthRameshkumar about 1 year ago - 3 comments
Labels: question

#1350 - Found a gotcha with the interactive parser

Issue - State: open - Opened by RevanthRameshkumar about 1 year ago - 3 comments

#1349 - How is the python.lark rule "class" name parsed due to whitespace?

Issue - State: closed - Opened by RevanthRameshkumar about 1 year ago - 10 comments
Labels: question

#1348 - Implement cache for earley parser

Issue - State: open - Opened by jtwaleson about 1 year ago - 10 comments
Labels: enhancement

#1347 - Fix 1345 attempt two

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

#1346 - Fix #1345 by not calling the callbacks from InteractiveParser.accepts

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

#1344 - What is the best way to see if a sub-token character is acceptable in InteractiveParser?

Issue - State: closed - Opened by RevanthRameshkumar about 1 year ago - 3 comments
Labels: question

#1343 - Improved typing around LALR and ParserState

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

#1342 - ContextualLexer now uses self.basic_lexer for easy extensibility (iss…

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

#1341 - Standalone parser is not deterministic

Issue - State: closed - Opened by Kyuuhachi about 1 year ago - 2 comments

#1340 - Exponentially increasing runtime and high memory usage for CSV parser

Issue - State: closed - Opened by jl6 about 1 year ago - 2 comments

#1339 - Small update to PR #1338

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

#1338 - Remove unused `__path__` variable (also conflicts with internal Python use of __path__)

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

#1338 - Remove unused `__path__` variable (also conflicts with internal Python use of __path__)

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

#1337 - Token defined in rule B reports UnexpectedToken by using in rule A

Issue - State: closed - Opened by Fxztam about 1 year ago - 7 comments
Labels: question

#1337 - Token defined in rule B reports UnexpectedToken by using in rule A

Issue - State: closed - Opened by Fxztam about 1 year ago - 7 comments
Labels: question

#1336 - String definition from Python 3 issue with parse string '\'

Issue - State: closed - Opened by Fxztam about 1 year ago - 3 comments
Labels: question

#1335 - Invalid document link.

Issue - State: closed - Opened by cocolato about 1 year ago - 1 comment

#1334 - Fixes invalid document link

Pull Request - State: closed - Opened by cocolato about 1 year ago - 11 comments

#1332 - However, trying to define a string with quotes instead of double quotes doesn't work

Issue - State: closed - Opened by Fxztam about 1 year ago - 6 comments
Labels: question

#1331 - Contextual Lexer Leaking "Spam" Terminals

Issue - State: open - Opened by davidmcnabnz about 1 year ago - 11 comments
Labels: discussion

#1329 - Req: add "basiclexer=" option to Lark, to instruct ContextualLexer to use a custom BasicLexer

Issue - State: open - Opened by davidmcnabnz about 1 year ago - 2 comments
Labels: enhancement

#1329 - Req: allow ContextualLexer to use a custom BasicLexer

Issue - State: closed - Opened by davidmcnabnz about 1 year ago - 3 comments
Labels: enhancement

#1328 - Add an error message when using Lark.save() when parser!='lalr'

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

#1327 - Earley now uses OrderedSet for better output stability

Pull Request - State: closed - Opened by erezsh about 1 year ago - 5 comments

#1326 - Add and improve docstrings

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

#1325 - Problem matching the body of annotations like `@Annotation(title, some longer description)`

Issue - State: closed - Opened by jjalowie about 1 year ago - 2 comments
Labels: question, Earley

#1323 - Saving Earley parser doesn't work

Issue - State: closed - Opened by ivkovicdjordje about 1 year ago - 4 comments
Labels: Earley

#1321 - Req: Option to disable "grammar module name prefixing"

Issue - State: closed - Opened by davidmcnabnz about 1 year ago - 1 comment
Labels: enhancement

#1320 - Req: option for watching token streams and candidate targets

Issue - State: closed - Opened by davidmcnabnz about 1 year ago - 4 comments
Labels: enhancement

#1319 - ImportError when packaging a standalone application with PyInstaller

Issue - State: open - Opened by Mazzesy about 1 year ago - 6 comments

#1318 - Syntax breaks after escaped double quotes "\""

Issue - State: closed - Opened by Fxztam about 1 year ago - 2 comments

#1317 - Syntax break after escaped double quotes "\""

Issue - State: closed - Opened by Fxztam about 1 year ago - 1 comment
Labels: question

#1316 - How to turn "RBRACE", "__ANON_n" into "{"?

Issue - State: closed - Opened by aspizu about 1 year ago - 3 comments
Labels: question

#1315 - Are there any lark equivalent for C++ library?

Issue - State: closed - Opened by bls-lehoai about 1 year ago - 1 comment
Labels: question

#1314 - False shift/reduce conflicts?

Issue - State: closed - Opened by davidmcnabnz over 1 year ago - 6 comments
Labels: question

#1313 - Problem with rule priority

Issue - State: closed - Opened by jjalowie over 1 year ago - 2 comments
Labels: question

#1312 - Empty matches appearing unnecessarily when repeating empty rules ambiguously

Issue - State: open - Opened by redruin1 over 1 year ago - 3 comments
Labels: bug, Earley

#1311 - TypeError: Parser.parse() got an unexpected keyword argument 'on_error'

Issue - State: closed - Opened by aspizu over 1 year ago - 5 comments
Labels: Earley

#1309 - Populate the `Token.end_*` fields for ignored tokens

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

#1308 - Include .lark files in package data

Pull Request - State: closed - Opened by ptrcnull over 1 year ago - 12 comments

#1307 - Wheels built using the new pyproject file don't include .lark files

Issue - State: closed - Opened by ptrcnull over 1 year ago - 10 comments

#1306 - Version bump (1.1.7)

Pull Request - State: closed - Opened by erezsh over 1 year ago - 3 comments

#1305 - Bugfix in propagate positions

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