qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 03/25] minikconfig: add parser skeleton


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 03/25] minikconfig: add parser skeleton
Date: Fri, 4 Jan 2019 14:36:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

On 27/12/18 07:33, Yang Zhong wrote:
> +
> +# -------------------------------------------
> +# KconfigParser implements a recursive descent parser for (simplified)
> +# Kconfig syntax.  The static parse() method returns a KconfigData
> +# object, from which it is possible to build a BDD and compute a

s/BDD/DAG/ (BDD-based configuration seemed nifty but didn't work).

Paolo

> +# configuration
> +# -------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]