aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kconfig/expr.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/kconfig: add packageDmitry Vyukov2020-10-211-0/+213
kconfig package is supposed to parse Kconfig/.config files and provide some algorithms on top. This commit includes only parser helper and expression parsing for starters. Update #2171