Browse Source

Documented the support for default parameters.

pull/646/head
Dimitar Dobrev 10 years ago
parent
commit
3040b90621
  1. 1
      README.md

1
README.md

@ -38,6 +38,7 @@ code or add scripting support to a native codebase. @@ -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

Loading…
Cancel
Save