Fix typo in README

This commit is contained in:
Glenn Y. Rolland 2019-12-27 20:45:44 +01:00
parent 239115de71
commit 2d50375296

View file

@ -1,15 +1,9 @@
# Namarara
Namarara is a library that parses boolean expressions, builds an [binary
expression tree](https://en.wikipedia.org/wiki/Binary_expression_tree).
Namare can also evalutes a result from a set of values corresponding the
variables used within the boolean expression.
2. binary expression
and computes a boolean result from this AST.
Namarara is a library that can parses boolean expressions, builds an [binary
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
the boolean expression.
## Installation