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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:40:09+00:00 2026-05-27T16:40:09+00:00

I have a genetic program that prints the expression tree to a file (it

  • 0

I have a genetic program that prints the expression tree to a file (it can easily switch between pre/post/in-fix)

It seems like pre-fix would be the easiest to parse so I am currently using that.

How would I go about parsing this string using python 2.7? For example, how would I parse the string +(*(2,1),*(4,3)) ~~~~ which is 2*1+4*3

f = open('expression_tree.txt', 'r')
input = f.read()
root_node_operator = input[0]

That’s about as far as I’ve gotten. I’m not that familiar with parsing. Thanks!

I have one python program that prints the expression tree data structure and I want to parse it and evaluate it in the next python program.

Or is there a way to pass the expression tree object to the next python program so no parsing is needed? like I have my tree called test_tree in GP.py. Can I somehow get at that from my other file MyBot.py?

  • 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-27T16:40:09+00:00Added an answer on May 27, 2026 at 4:40 pm

    replace +(*(2,1),*(4,3)) with (+ (* 2 1) (* 4 3)), then pipe to scheme

    $ echo '+(*(2,1),*(4,3))' | sed 's/\(.\)(/(\1 /g; s/,/ /g' | scheme | sed -n '/;Value: /s///p'
    

    If you want to use python, please try pyparsing.

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

Sidebar

Related Questions

I have a Java program that runs many small simulations. It runs a genetic
I have to write a program that read from a file that contains the
I have a program that wants to check if a file has been modified.
I have written a program that generates random expressions and then uses genetic techniques
I have a program that takes two files as an argument. The first file
I'm writing a program that uses File I/O to traverse through a directory given
I have a C program that outputs two columns, utterly misaligned. The reason for
I have a C program that I'm developing using Ubuntu 11.10 (Linux version 3.0.0-12-generic-pae
I have a program that is essentially like a paint application. However, my program
For the project I'm working on, we have a desktop program that contacts an

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.