From 333d5bda4eabb392ae8bf465cf60cdc4e6869327 Mon Sep 17 00:00:00 2001 From: Onoshko Dan Date: Thu, 29 May 2014 22:38:41 +0700 Subject: [PATCH] Updated. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3ac439db..6b8c1820 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,14 @@ As you see you can use keyword `when`, its like `case`, but if the condition is Future === - static typing +- Compiler command `@import` to import modules ( AMD, CommonJS... ) + + // node.js + @import 'fs' as fs + @import dirname from 'path' + + String code = fs.readFileSync(dirname(filePath) + "/main.cola", "utf8"); + - set parameters to calling function $(".btn").on("click", () use (context: myContext){ @@ -504,6 +512,8 @@ Future } }); +- Compiler command `@use plugin "path/to/plugin.cola"` + - write documentation of tokenizer/parser methods - HTML and CSS stuff