texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Syntax translation


From: sgulati
Subject: [Texmacs-dev] Syntax translation
Date: Thu, 28 Jun 2007 13:41:46 +0300
User-agent: Internet Messaging Program (IMP) H3 (4.1.3)

Hi,

I wanted to make a framework for syntax translation between texmacs and PVS. Currently I have been able to successfully send commands to PVS and receive the corresponding outputs from the same. These outputs are then received by texmacs via an input pipe and displayed correspondingly. However due to difference in the syntax of these commands I would first need to convert the texmacs commands to PVS -compatible form before executing them in PVS and then the correspoding ouputs will have to be converted back to texmacs. Please tell me how I should go ahead making such a translation, as in a translation table or some other type of translator. Also how I should call and use such a translation table or module from a plug-in scheme file.

I saw one such TeXmacs file /TeXmacs/progs/utils/plugins/plugin-convert.scm
which seemed to carry out some kind of translation. The commands will be in math mode when sent to PVS for building a theory or doing proofs. My \spec command in texmacs is used to write these specifications.

best regards,
sumeer






reply via email to

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