Update LANGUAGE.

This commit is contained in:
Adam Sampson 2008-03-17 18:31:16 +00:00
parent 69ce2dce15
commit 2a17d24ded

View File

@ -4,10 +4,11 @@ Language features supported by Tock
Everything in occam2.1, minus: Everything in occam2.1, minus:
- inline VALOF - inline VALOF
- PORTs, PLACE - PORTs, PLACE
- ...
KRoC's TLP interface. KRoC's TLP interface.
Most of KRoC's preprocessor, although #USE reads a source file for now.
INLINE PROC and INLINE FUNCTION. INLINE PROC and INLINE FUNCTION.
Intrinsics: Intrinsics:
@ -15,7 +16,4 @@ Intrinsics:
- SQRT - SQRT
- DSQRT - 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. PLACE IN WORKSPACE and PLACE IN VECSPACE, both currently ignored.