in reply to How would you parse this?

It's a bit much asked to write a Perl compiler and runtime for your unknown programming language.

Replies are listed 'Best First'.
Re^2: How would you parse this?
by BrowserUk (Patriarch) on Oct 25, 2013 at 20:02 UTC
    It's a bit much asked to write a Perl compiler and runtime ...

    The question (clear as day in the title) is: How to parse the source data.

    Turning the results of the parsing into something that can be executed is my task, but I need to get a handle on the parsing first.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
Re^2: How would you parse this?
by Anonymous Monk on Oct 25, 2013 at 16:56 UTC

    It's a bit much asked to write a Perl compiler and runtime for your unknown programming language.

    daxim got daxim :D