package tessla
- Alphabetic
- Public
- All
Type Members
- sealed abstract class BuiltIn extends AnyRef
- class Compiler extends AnyRef
- class ConstantEvaluator extends tessla.TesslaCore.IdentifierFactory with TranslationPhase[tessla.TypedTessla.Specification, Specification]
-
class
CycleDetection
extends TranslationPhase[Specification, Specification]
Sort the definition in reverse topographical order ignoring the edges of a last's first operand and both operands of a delayed last (so each stream will appear before any stream that uses it in the same timestamp) and produce an error for any recursion that does not go through a last.
Sort the definition in reverse topographical order ignoring the edges of a last's first operand and both operands of a delayed last (so each stream will appear before any stream that uses it in the same timestamp) and produce an error for any recursion that does not go through a last.
The reverse topological sort will be useful for code generation strategies that put the actions within one time stamp in a linear order. The errors for lastless recursions are useful because any recursion without last would cause an infinite loop in the interpreter (and either an infinite loop or an error during codegen in other backends).
- trait Diagnostic extends AnyRef
- abstract class FlatTessla extends HasUniqueIdentifiers
- class Flattener extends tessla.FlatTessla.IdentifierFactory with TranslationPhase[Specification, tessla.FlatTessla.Specification]
- trait HasUniqueIdentifiers extends AnyRef
- sealed abstract class Location extends AnyRef
- case class OSL (statements: Seq[Statement]) extends Product with Serializable
- class TesslaParser extends TranslationPhase[TesslaSource, Specification] with Parsers
-
class
TesslaSource
extends AnyRef
Wrapper for tessla source code.
- sealed abstract class TimeUnit extends AnyRef
-
trait
TranslationPhase
[T, U] extends AnyRef
Trait representing a phase of the translation process.
Trait representing a phase of the translation process.
Note that this trait contains mutable members and should only be extended by classes, not objects.
- T
The type of representation that this phase will be applied to
- U
The result of applying this phase
- class TypeChecker extends tessla.TypedTessla.IdentifierFactory with TranslationPhase[tessla.FlatTessla.Specification, tessla.TypedTessla.Specification]
- trait WithDebugOutput extends AnyRef
Value Members
- object BuiltIn
- object ConstantEvaluator
- object Ctf
- object DepthChecker
- object Errors
- object FlatTessla extends FlatTessla
- object Location
- object Main extends SexyOpt
- object OSL extends Serializable
- object RecursiveDepthChecker
- object ReverseTopologicalSort
- object Tessla
- object TesslaCore extends HasUniqueIdentifiers
-
object
TesslaSource
Convenience object for creating TesslaSource instances.
- object TimeUnit
- object TranslationPhase
- object TypedTessla extends FlatTessla
- object Warnings