Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: Unparseability is A Good Thing

by ikegami (Patriarch)
on Aug 26, 2009 at 22:18 UTC ( [id://791471]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Unparseability is A Good Thing
in thread Unparseability is A Good Thing

To say something cannot be 'parsed'

We're actually saying "It cannot be parsed without executing arbitrary Perl code".

Are you saying that's not the case? I have no idea what your first paragraph means.

Replies are listed 'Best First'.
Re^5: Unparseability is A Good Thing
by Zen (Deacon) on Aug 27, 2009 at 13:55 UTC
    My paragraph addresses unparsability. I'm guessing you agree in some way, as you are now qualifying the statement. I'd need you to expand on "executing arbitrary Perl code" to answer whether or not it applies to what I wrote.

      I'm guessing you agree in some way,

      Hold on. Not understanding something does not imply agreement.

      All I did was to state the problem which was of interest to us.

      I'd need you to expand on "executing arbitrary Perl code"

      I'm not sure what you're looking for, so I hope the following helps:

      To determine the meaning of a token, the parser needs to be able to execute any Perl program, including shelling out to execute any binary. The algorithms executed may be non-deterministic.

        "The meaning of token" is ambiguous. Do you intend to say the outcome of the token or what the machine is supposed to do with the token?

        If you intend to say the "outcome", then yes we do disagree on the meaning of parsability. The meaning of the token isn't to play fortune teller; if you give a machine tape input, the machine doesn't pretend to somehow create a pipeline of the future, knowing the state of machine at time t+1. It only knows the state at execution t, where the reader is.

        This isn't a perl problem. I know you know this. So what is this requirement on the parser that you are saying is a perl problem?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-25 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found