-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
developmentebnfCreate new EBNF constructionCreate new EBNF constructionenhancementNew feature or requestNew feature or request
Milestone
Description
Task
Create the ebnf representations to logic expressions. This kinda of expression use logic operators.
A logic operator can be three types. It can be an and operator, or operator, not operator.
Note
To make these constructions, it can be used the C language ebnf. That can be found in C ebnf.
Remember
The new construction will be something like simple expression or additive expression.
Operators
- &&
- !
- ||
Metadata
Metadata
Assignees
Labels
developmentebnfCreate new EBNF constructionCreate new EBNF constructionenhancementNew feature or requestNew feature or request