Skip to content

Create EBNF for logic expression #39

@codingwithbatista

Description

@codingwithbatista

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

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions