Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9265785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T14:09:49+00:00 2026-06-18T14:09:49+00:00

Suppose I have a language consisting of just balanced parentheses, i.e., {ε, ( ),

  • 0

Suppose I have a language consisting of just balanced parentheses, i.e., {ε, ( ), ( ( ) ), ( ) ( ), ( ( ( ) ) ), ( ( ) ( ) ), … } and I’m asked to write a recursive definition for it. Could somebody give me an example of what that could look like? – I’m a bit new to this type of computer science theory.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T14:09:50+00:00Added an answer on June 18, 2026 at 2:09 pm

    A kind of recursive definition is grammar. To generate language of balanced parentheses :

    S --> (S) | SS | ^
    

    this is recursive because S appears in RHS of production rules.

    production rules: LHS --> RHS

    EDIT

    Why (s) not S ?

    because to add () pairs recursively and more then one time.

    S --> (S) --->  ((S))   
    

    in second step inner S is replaced by (S).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have an ambiguous language expressed in combinator parser. Is there a way
Suppose I have a large list of words. For an example: >>> with open('/usr/share/dict/words')
Suppose I have 3 language: en , tc , sc , I want to
Suppose i have two functions in x86 assembly language defined as : .globl func_name1;
Suppose I have 2 html files: form.html and confirm.html form.html just have a text
I have a conceptual question. Suppose I have a procedure (any language) which takes
Suppose we have these 3 tables, Language language_id name 1 English 2 Tagalog Color
Possible Duplicate: Simulate php array language construct or parse with regexp? suppose I have
For example suppose I have class Parent { def method() { var myvar =
Suppose I have designed a new programming language for one of the managed code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.