Skip to content

CodeVisionaries/larktools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

larktools

Development

This package is using hatch as project managment tool.

Install hatch via pip: pip install hatch. For running tests using hatch, see the hatch run tests documentation.

Tests

To run the test suite, pytest is recommended, and can be done via:

pytest -v --maxfail=1 larktools/tests/test_suite.py

Debugging

For grammar development using an alternative, less optimized parsing strategy can help avoiding rule conflicts: Use earley instead of lalr

About

Sandbox repository for lark experiments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages