| Types | 
type symbol, defines valid identifiers in faust expressions.
 | 
| Parser | |
| Lexer | |
| Value | 
Module: Value	
	Description: basic data type in the vectorial faust interpreter.
 | 
| Signal | 
Module: Signal	
	Description: type signal = rate * (int -> value), operations of signals.
 | 
| Faustexp | 
Module: Faustexp	
	Description: dimension estimation and delay estimation of faust expressions.
 | 
| Interpreter | 
Module: Interpreter	
	Description: input beam -> process -> output beam
 | 
| Preprocess | |
| Main | 
Module: Interpreter	
	Description: Input wave -> interpretation -> output wave
 |