tock-mirror/LANGUAGE

22 lines
429 B
Plaintext

Language features supported by Tock
-----------------------------------
Everything in occam2.1, minus:
- inline VALOF
- PORTs, PLACE
- ...
KRoC's TLP interface.
INLINE PROC and INLINE FUNCTION.
Intrinsics:
- ASSERT
- SQRT
- DSQRT
Simple versions of #USE and #INCLUDE that only work in a process context (i.e.
you can't #INCLUDE the body of a nested block).
PLACE IN WORKSPACE and PLACE IN VECSPACE, both currently ignored.