Mercurial > pysmcl
changeset 261:4df07f0066bf
Removed CACE-specific stuff
author | Sigurd Meldgaard <stm@daimi.au.dk> |
---|---|
date | Mon, 22 Feb 2010 15:52:14 +0100 |
parents | 17b334184e65 |
children | f2610aa01a3d |
files | provsec/paper.tex |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/provsec/paper.tex Mon Feb 22 15:51:38 2010 +0100 +++ b/provsec/paper.tex Mon Feb 22 15:52:14 2010 +0100 @@ -42,14 +42,6 @@ although the tool implementing the language is perhaps better described as a preprocessor. Part of what the preprocessor does is nevertheless similar to a compiler in that it translates PySMCL code into Python code that can be executed by the VIFF framework which serves as a ``virtual machine'' in the project. It therefore provides exactly the functionality that was intended in the workplan. -The PySMCL language was already specified in D4.2. However, subsequent work has shown -that it was appropriate to revise the syntax in several ways. This document therefore contains a revised specification which replaces the old version, and the intention is for this document to also be a -self-contained description of PySMCL. - -This document also serves as documentation showing that the project has successfully passed -milestone M4.6: Compilers/interpreters, Implementation of appropriate compilers and interpreters completed. - - First we informally describe the different components of PySMCL, and give an example of how it works. Then follows a more detailed description of the tool and its implementation.