I want to know how to create a recursive descent parser for a typical grammar like the following:
S->LAS|dB L->daA|e //e represents Lambda A->Aa|bB B->Bd|a