Stream: Elpi users & devs

Topic: Elpi API


view this post on Zulip Janno (Feb 18 2022 at 10:00):

I am exploring the elpi API and I am wondering if there is an analogue to the RawQuery module but for program input, not queries. Something that would probably be called RawProgram?

view this post on Zulip Enrico Tassi (Feb 18 2022 at 13:03):

No, but you are the second one asking or it, so there should be one.

One difficulty is that RawProgram would be very powerful, in the sense that a program is not only made by clauses but also types and modes declarations, and so on. I currently don't have a concrete use case for it.

If you want to just create a clause and add it to an existing program, then there are two ways:

Do you have a concrete use case for building a program programmatically (without going trough text)?
In any case, thanks for the feedback, if you have more I'm all ears!


Last updated: Oct 13 2024 at 01:02 UTC