Fix typo in README
This commit is contained in:
parent
239115de71
commit
2d50375296
1 changed files with 4 additions and 10 deletions
14
README.md
14
README.md
|
@ -1,15 +1,9 @@
|
||||||
# Namarara
|
# Namarara
|
||||||
|
|
||||||
Namarara is a library that parses boolean expressions, builds an [binary
|
Namarara is a library that can parses boolean expressions, builds an [binary
|
||||||
expression tree](https://en.wikipedia.org/wiki/Binary_expression_tree).
|
expression tree](https://en.wikipedia.org/wiki/Binary_expression_tree) and
|
||||||
|
evalutes a result given a set of values associated to the variables used within
|
||||||
Namare can also evalutes a result from a set of values corresponding the
|
the boolean expression.
|
||||||
variables used within the boolean expression.
|
|
||||||
|
|
||||||
|
|
||||||
2. binary expression
|
|
||||||
and computes a boolean result from this AST.
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue