English

Antescofo Intermediate Representation

Multimedia 2014-04-30 v1 Programming Languages

Abstract

We describe an intermediate language designed as a medium-level internal representation of programs of the interactive music system Antescofo. This representation is independent both of the Antescofo source language and of the architecture of the execution platform. It is used in tasks such as verification of timings, model-based conformance testing, static control-flow analysis or simulation. This language is essentially a flat representation of Antescofo's code, as a finite state machine extended with local and global variables, with delays and with concurrent threads creation. It features a small number of simple instructions which are either blocking (wait for external event, signal or duration) or not (variable assignment, message emission and control).

Keywords

Cite

@article{arxiv.1404.7335,
  title  = {Antescofo Intermediate Representation},
  author = {Florent Jacquemard and Clément Poncelet Sanchez},
  journal= {arXiv preprint arXiv:1404.7335},
  year   = {2014}
}

Comments

RR-8520 (2014)

R2 v1 2026-06-22T04:01:42.460Z