From 3040b9062105cb13aadcf86506a823da1ea71165 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Sun, 29 May 2016 16:03:55 +0300 Subject: [PATCH] Documented the support for default parameters. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb20013..880d0a4d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ code or add scripting support to a native codebase. * Easily extensible semantics via user passes * Work-in-progress support for STL (C++/CLI only) * Strongly-typed customization APIs and type maps + * Default values of parameters (for target languages which support them) ### AST