Skip to content

A high-level language used to represent data streams for Reo connectors.

Notifications You must be signed in to change notification settings

mttorres/tdsRepLanguage

Repository files navigation

About

  • Ongoing project!*
  • Requires flex & bison
  • A high-level language used to represent data streams for Reo connectors.
  • Generate smv "code" for the data streams of a given Reo Model used for model checking purposes.

Instructions

1. Building

make

or

bison  -d src/tdsrpl.y -b src/tdsrpl
flex -o src/lex.yy.c src/tdsrpl.l
gcc src/main.c src/tdsrpl.tab.c src/lex.yy.c src/datastructures/Node.c src/datastructures/constants.c -o tds

2. How to run

tds ##your-file.smv > results/PARSINGOUTPUT

3. Results

Abstract Syntax Tree (AST): results/PARSINGOUTPUT
Check your original .smv file !

About

A high-level language used to represent data streams for Reo connectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published