I'm not sure if I understood what you mean by "layout" correctly, but

{
 company name => 'Kamamaya Technology', employee 1 => first name =>
 'Jane', employee 1 => last name => 'Doe', employee 1 => title =>
 'President', employee 2 => first name => 'John', employee 2 => last
 name => 'Smith', employee 3 => first name => 'Clarence', employee 3 =>
 last name => 'Darrow',
}

where the layout is completely disarranged, parses exactly the same as the original
{
 company name => 'Kamamaya Technology',
 employee 1 => first name => 'Jane',
 employee 1 => last name => 'Doe',
 employee 1 => title => 'President',
 employee 2 => first name => 'John',
 employee 2 => last name => 'Smith',
 employee 3 => first name => 'Clarence',
 employee 3 => last name => 'Darrow',
}

So in the sense of "arrangement of whitespace", the syntax is not dependent on layout. (The above rearrangement was done by using the Linux "fmt" command. Any other whitespace rearrangement will work as well.)

I hope I'm reading your comment correctly.  -- jeffrey

On 03/23/2014 11:04 AM, [email protected] wrote:
On Tuesday, March 11, 2014 7:09:46 PM UTC+1, Jeffrey Kegler wrote:

    I have a new blog post
    
<http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2014/03/kv.html>
    up: "Language design has been like shooting crap in a casino that
    sets you up to win a lot of the first rolls before the laws of
    probability grind you down."


It might be appealing at first sight, but its reliance on layout makes it quite unperlish.

Ciao,

    Flavio.
--
You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "marpa 
parser" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to