Difference between revisions of "The Latex to LSC Compiler"
Line 23: | Line 23: | ||
= Latex Con-LSC = | = Latex Con-LSC = | ||
+ | |||
+ | == The Latex Con-LSC Language == | ||
+ | <div>We developed a dedicated package that </div><div>allows to easily create diagrams and present them graphically, with a simple textual notation.</div><div>The package, called \textit{pgf-playgo-lsc}, is built upon the pgf~\cite{pgf} and </div><div>pgf-uml~\cite{pgf-umlsd} packages. All the diagrams in this paper were created with this tool. </div><div>To allow the execution of our models, we have also created a pre-processing compiler from </div><div>pgf-playgo-lsc models to PlayGo LSC called \textit{Latex2PlayGo}. The \LaTeX\ package </div><div>as well as the Latex2PlayGo Compiler and examples can be found at </div><div>\url{http://wiki.weizmann.ac.il/playgo/index.php/The_Latex_to_LSC_Compiler}.</div> | ||
+ | The Latex2LSC compiler is designed to be a proof-of-concept tool for Con-LSC executability. | ||
+ | |||
+ | Therefore the supported LSC idioms in Latex Con-LSC is only a subset of the PlayGo LSC idioms. | ||
+ | |||
+ | The complete list of the supported idoms in Latex Con-LSC is given in the Latex [http://www Con-LSC package]. |
Revision as of 08:47, 18 May 2017
This page explains how to write Contextul LSCs (Con-LSC) in Latex, compile them into PlayGo LSC instances, and finally execute them.
In nutshell, these are the required steps:
- Download the PlayGo Environment.
- Add Latex Con-LSCs to LSC.tex.
- Execute the Latex2PlayGo compiler.
- Import the compiled file in PlayGo and execute it.
The PlayGo Environment
First you need to download (here) a PlayGo version that includes a template project and the Latex2PlayGo compiler.
After extracting the zip file you will find the following directory structure (the structure includes only directories relevant to this tutorial). Directories are marked with (D) and files with (F):
Executin playgo.exe will start PlayGo.
General links:
PlayGo homepage - more information and tutorials.
Latex Con-LSC
The Latex Con-LSC Language
The Latex2LSC compiler is designed to be a proof-of-concept tool for Con-LSC executability.
Therefore the supported LSC idioms in Latex Con-LSC is only a subset of the PlayGo LSC idioms.
The complete list of the supported idoms in Latex Con-LSC is given in the Latex Con-LSC package.