Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Using overload to parse arithmetic terms

by esskar (Deacon)
on Feb 07, 2006 at 12:43 UTC ( [id://528495]=note: print w/replies, xml ) Need Help??


in reply to Re: Using overload to parse arithmetic terms
in thread Using overload to parse arithmetic terms

well i, did that:
use overload '+' => \&add, '-' => \&sub, '*' => \&mul;
so, i'm able to build a expression that uses +, - and * . Now, i want to be able to detect when the user uses parenthesis as shown above. I know that overload does not support parenthesis, but i hope that somebody has a idea how i can detect those parenthesis.

Replies are listed 'Best First'.
Re^3: Using overload to parse arithmetic terms
by Tomte (Priest) on Feb 07, 2006 at 12:57 UTC

    Hmm, how do you store the expressions? If you store them as a tree, you already have the information necessary, because you can always generate parenthesis for an <+|->-Node with to children on the fly - that's what I meant with showing relevant code - do you store the expression as a tree - otherwise this is a useless info on my part *g*?

    regards,
    tomte


    An intellectual is someone whose mind watches itself.
    -- Albert Camus

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://528495]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found