alternative parser for bitbake recipes

18 stars 11 forks 18 watchers Python BSD 2-Clause "Simplified" License
3 Open Issues Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes a major rewrite of the library's parser due to accumulating corner cases, performance limitations, and a clunky API. Key ideas include rewriting in Rust, using an in-memory database, implementing a proper lexer and tokenizer, and improving token assembly. The primary goals are significantly improved performance and a lighter API, while explicitly excluding support for arbitrary Python inline functions and layer assembly.

Complexity: 4/5
enhancement help wanted question breaking change

alternative parser for bitbake recipes

Python
bug enhancement help wanted breaking change community

alternative parser for bitbake recipes

Python

alternative parser for bitbake recipes

Python