context-free-language Questions
1
Solved
I've tried this
S -> e(Epsilon)
S -> SASBS
S -> SBSAS
A -> a
B -> b
Can someone verify if this is correct.
Ciapas asked 27/3, 2019 at 9:52
1
Solved
I'd like to define an unordered set of values using an Extended Backus-Naur Form (EBNF) context free grammar. It's easy to define an unordered list of values in EBNF, for example:
value = 'A' | 'B...
Lotus asked 4/6, 2014 at 6:3
3
I'm having trouble articulating the difference between Chomsky type 2 (context free languages) and Chomsky type 3 (Regular languages).
Can someone out there give me an answer in plain English? I'm...
Intoxicating asked 18/7, 2012 at 19:57
1
© 2022 - 2024 — McMap. All rights reserved.