GlossaryΒΆ

adaptive grammar

A grammar whose properties can be overridden.

See also

Adaptive grammar at the Wikipedia.

binding
http://en.wikipedia.org/wiki/Name_binding
grammar
doo
literal

An operand whose value is used explicitly in a boolean expression. In Booleano, it can be an string, a number or a set.

See also

Literal at the Wikipedia.

namespace
sdqw
number literal
The literal representation of a number.
operand
In Booleano,
set literal
The literal representation of set of elements. The elements can be any operand, even another set literal.
string literal

The literal representation of an string.

In the default grammar, strings are delimited by single or double quotes, so the string Hello world can be written as:

  • "Hello world"
  • 'Hello world'

See also

String literals at the Wikipedia.

symbol table
fcwsefqa

Previous topic

Evaluating boolean expressions

Next topic

booleano API documentation

This Page