diff --git a/jsil.org/index.html b/jsil.org/index.html index 5f851d5d2..c43246541 100644 --- a/jsil.org/index.html +++ b/jsil.org/index.html @@ -30,6 +30,9 @@

Code Samples

  • Verbatim JavaScript
  • Closures
  • Multidimensional Arrays
  • +
  • Generics and Nested Types
  • +
  • Goto
  • +
  • Struct Copy Elimination
  • diff --git a/jsil.org/samples/genericsandnested.html b/jsil.org/samples/genericsandnested.html new file mode 100644 index 000000000..08d0c6b4c --- /dev/null +++ b/jsil.org/samples/genericsandnested.html @@ -0,0 +1,17 @@ + + + + Code Sample: Generics and Nested Types + + + + + +
    + +
    +
    + +
    + + \ No newline at end of file diff --git a/jsil.org/samples/goto.html b/jsil.org/samples/goto.html new file mode 100644 index 000000000..7ebc2235b --- /dev/null +++ b/jsil.org/samples/goto.html @@ -0,0 +1,17 @@ + + + + Code Sample: Goto + + + + + +
    + +
    +
    + +
    + + \ No newline at end of file diff --git a/jsil.org/samples/structcopyelimination.html b/jsil.org/samples/structcopyelimination.html new file mode 100644 index 000000000..ba21185db --- /dev/null +++ b/jsil.org/samples/structcopyelimination.html @@ -0,0 +1,17 @@ + + + + Code Sample: Struct Copy Elimination + + + + + +
    + +
    +
    + +
    + + \ No newline at end of file