diff --git a/README.md b/README.md index a036e9a0..c350d837 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,12 @@ As you see you can use keyword `when`, its like `case`, but if the condition is Future === - static typing +- set parameters to calling function + + $(".btn").on("click", () use (context: myContext){ + this; // myContext + }); + - classes class A { @@ -480,7 +486,7 @@ Future return i|0; } -- plugin api to making native syntax for libraries and frameworks, example: +- Plugin API to making native syntax for libraries and frameworks class MyComponent extends PolymerComponent { String tagname = "my-component"; @@ -497,6 +503,17 @@ Future // ... } }); + +- write documentation of tokenizer/parser methods + +- HTML and CSS stuff + + String width = 12px; + String div =