logicless
- Description:
-
-
TEMPLATER LOGICLESS Tokenizing fraction in template. Pass the string and create structure to parse template object.
-
- Source:
Properties:
Name | Type | Description |
---|---|---|
htmlTemplate |
Object |
See bim.app.logicless.htmlTemplate for more details |
lang |
Object |
See bim.app.logicless.lang for more details |
tokenizer |
function |
See bim.app.logicless.tokenizer for more details |
compiler |
function |
See bim.app.logicless.compiler for more details |
Members
(static) htmlTemplate :Object
- Description:
-
HTML Template
- Source:
Properties:
Name | Type | Description |
---|---|---|
get |
function |
See bim.app.logicless.htmlTemplate for more details |
tokenizer |
function |
See bim.app.logicless.htmlTemplate.tokenizer for more details |
compiler |
function |
See bim.app.logicless.htmlTemplate.compiler for more details |
HTML Template
Type:
- Object
(static) lang :Object
- Description:
-
Language
- Source:
Properties:
Name | Type | Description |
---|---|---|
get |
function |
See bim.app.logicless.lang.get for more details |
Language
Type:
- Object
Methods
(static) tokenizer(string) → {Object}
- Description:
-
Tokenizer
- Source:
Parameters:
Name | Type | Description |
---|---|---|
string |
* |
Returns:
Object with error report or parsed JSON
- Type
- Object
(static) compiler(params, callback)
- Description:
-
Compiler
- Source:
Example
bim.app.logicless.compiler(${1:params}, ${2:callback});
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
params |
* |
Properties
|
|||||||||
callback |
* |