From c07583c7e5fac5a770c620a5dbbc7f3dff9b1f99 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sat, 29 Nov 2014 01:13:01 +0100 Subject: [PATCH] Functions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index df2f391..596519e 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,14 @@ and a `switch () {}`: where the `o tarapia tapioco` part is like the `default` block. +Functions +--------- + +_Coming in a few releases..._. + +We can already parse and emit them, although there are some ambiguities +yet to be solved in the specification. + Exceptions ----------