Hello,
I’m new to this forum and to SWI-Prolog in general
I’m still in the design process and would like to know if there is a way to transform user input in a UI (in the form of a JSON object) into a Prolog program.
The point is to verify compliance with whatever the user defined regarding the system components and the properties that must hold. I don’t want the users to define properties in Prolog directly, because they may be non-technical people; so I’m trying to find some way to make it easier for them (to define properties they want to verify) and also easier for me (to interpret their properties in some format and translate them into Prolog code).
I prefer to use some well-established and tested way if it exists.