Recursive Definition of A Language
Recursive Definition of A Language
It is one of the language defining methods. In this method, we simply describe the language with
three steps/rules.
Example:
Step 1: 1 is in INTEGER.
Example:
Step 1: 2 is in EVEN.
Example:
Step 2: if x is palindrome, then s(x) Rev(s) and xx will also be palindrome, where s belongs to Σ*