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 6167035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:26:32+00:00 2026-05-23T22:26:32+00:00

I have this formula: negationExpr : NEGATION^* atom ; atom : ‘a’..’z’ | ‘A’..’Z’;

  • 0

I have this formula:

negationExpr
: NEGATION^* atom
;

atom
: ‘a’..’z’ | ‘A’..’Z’;

With grammer rules above, if I input formula ¬¬a, I would get this tree structure:

¬ being the root node,
¬ being left child; a being right child

However, What I would like to have is:
¬ being the root node,
second ¬ being the only child of the above node
a being the only child of the second ¬

Basically, I wat all the NEGATION sign have only have one child, it is possible? I know we could probabely use “rewrite rule” to restructure the tree, but I dont know how to do this.

Any help or advises is appreciated! Thanks!

  • 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-05-23T22:26:33+00:00Added an answer on May 23, 2026 at 10:26 pm

    Rewrite rules can follow each alternative for your parser rule.

    rule :
       alt1 -> rewriteRule1
     | alt2 -> rewriteRule2
     ...
     | altN -> rewriteRuleN;
    

    You’ll find that even after your parser grammar is working, you may need to restructure it to generate the correct tree. To address your specific problem, I suggest the following:

    negationExpr :
       NEGATION negationExpr 
         -> ^(NEGATION negationExpr)
     | atom 
         -> atom;
    

    This will add a level in the tree for each negation operator. The ^ will create a root for the token immediately following the parentheses and add the result of the next negationExpr rule as the child.

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

Sidebar

Related Questions

I have an Excel sheet and have this formula below. I would like to
I have an Excel sheet and have this formula below. I would like to
I have a calculated field in a list with this formula: =CID & -
I have this formula in VBA: ActiveCell.FormulaR1C1 = =IF(OR(A2=ETG_C,A2=ETGC),C2,na) when I look at the
i have found this formula and its description on a site l(x,y)=(l(x,y)-min)(no of intensity
Hi i have a long formula field which I would like to include as
I have been trying this formula to obtain the azimut/bearing of two points of
I have this formula in a cell: =GetData(Channel_01,Chicago) Which executes this code: Public Function
I have this jquery plugin that zooms in on photos, but I would like
i have this formula: =IF(COUNTIF(C1:C2577,CertainText)>0, Present,Absent) but i dont want it to search in

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.