what is \*

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

what is \*

Stéphane Ducasse
Hi guys


what is \*

in

Root := Document ?
   Document := OPEN ElementNode \* CLOSE
   ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Tudor Girba-2
Hi,

I am not sure where you got this from, but I think it comes from some wrong Pier code representing MSE.

It should be only *. \ is used in Pier to escape special characters.

Cheers,
Doru


On 4 Oct 2011, at 21:27, Stéphane Ducasse wrote:

> Hi guys
>
>
> what is \*
>
> in
>
> Root := Document ?
>   Document := OPEN ElementNode \* CLOSE
>   ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Next time you see your life passing by, say 'hi' and get to know her."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Stéphane Ducasse

On Oct 4, 2011, at 10:21 PM, Tudor Girba wrote:

> Hi,
>
> I am not sure where you got this from, but I think it comes from some wrong Pier code representing MSE.
>
> It should be only *. \ is used in Pier to escape special characters.

I do not know
Now don;t you think it would be

>> Document := OPEN ElementNode \* CLOSE

=> Document := OPEN ElementNode * CLOSE

and not

>> Document := OPEN ElementNode  *. CLOSE


I guess that . is one and * multiple

Stef


>
> Cheers,
> Doru
>
>
> On 4 Oct 2011, at 21:27, Stéphane Ducasse wrote:
>
>> Hi guys
>>
>>
>> what is \*
>>
>> in
>>
>> Root := Document ?
>>  Document := OPEN ElementNode \* CLOSE
>>  ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "Next time you see your life passing by, say 'hi' and get to know her."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Tudor Girba-2
Hi,

On 5 Oct 2011, at 08:07, Stéphane Ducasse wrote:

>
> On Oct 4, 2011, at 10:21 PM, Tudor Girba wrote:
>
>> Hi,
>>
>> I am not sure where you got this from, but I think it comes from some wrong Pier code representing MSE.
>>
>> It should be only *. \ is used in Pier to escape special characters.
>
> I do not know
> Now don;t you think it would be
>
>>> Document := OPEN ElementNode \* CLOSE
>
> => Document := OPEN ElementNode * CLOSE
>
> and not
>
>>> Document := OPEN ElementNode  *. CLOSE
>
>
> I guess that . is one and * multiple

Ah, I had a typo in my mail:
- * is many
- ? is 0 or 1

You can find the MSE grammar here:
http://www.moosetechnology.org/docs/mse

Doru


> Stef
>
>
>>
>> Cheers,
>> Doru
>>
>>
>> On 4 Oct 2011, at 21:27, Stéphane Ducasse wrote:
>>
>>> Hi guys
>>>
>>>
>>> what is \*
>>>
>>> in
>>>
>>> Root := Document ?
>>> Document := OPEN ElementNode \* CLOSE
>>> ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>>
>> "Next time you see your life passing by, say 'hi' and get to know her."
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"What we can governs what we wish."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Stéphane Ducasse
>
> Ah, I had a typo in my mail:
> - * is many
> - ? is 0 or 1
>
> You can find the MSE grammar here:
> http://www.moosetechnology.org/docs/mse

strange because I took it from there and it was with the /*

Stef

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Stéphane Ducasse
In reply to this post by Tudor Girba-2
OK

I got it: I took it from

        http://scg.unibe.ch/wiki/projects/fame/msespecification?_s=lMV5OR60qoxNsF6n&_k=xnBM_Wb8&_n&19

Stef

>>> I am not sure where you got this from, but I think it comes from some wrong Pier code representing MSE.
>>>
>>> It should be only *. \ is used in Pier to escape special characters.
>>
>> I do not know
>> Now don;t you think it would be
>>
>>>> Document := OPEN ElementNode \* CLOSE
>>
>> => Document := OPEN ElementNode * CLOSE
>>
>> and not
>>
>>>> Document := OPEN ElementNode  *. CLOSE
>>
>>
>> I guess that . is one and * multiple
>
> Ah, I had a typo in my mail:
> - * is many
> - ? is 0 or 1
>
> You can find the MSE grammar here:
> http://www.moosetechnology.org/docs/mse
>
> Doru
>
>
>> Stef
>>
>>
>>>
>>> Cheers,
>>> Doru
>>>
>>>
>>> On 4 Oct 2011, at 21:27, Stéphane Ducasse wrote:
>>>
>>>> Hi guys
>>>>
>>>>
>>>> what is \*
>>>>
>>>> in
>>>>
>>>> Root := Document ?
>>>> Document := OPEN ElementNode \* CLOSE
>>>> ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Next time you see your life passing by, say 'hi' and get to know her."
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "What we can governs what we wish."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Tudor Girba-2
I guess this got messed up because of the upgrade of Pier.
 
Doru

On Wed, Oct 5, 2011 at 10:42 AM, Stéphane Ducasse <[hidden email]> wrote:
OK

I got it: I took it from

       http://scg.unibe.ch/wiki/projects/fame/msespecification?_s=lMV5OR60qoxNsF6n&_k=xnBM_Wb8&_n&19

Stef

>>> I am not sure where you got this from, but I think it comes from some wrong Pier code representing MSE.
>>>
>>> It should be only *. \ is used in Pier to escape special characters.
>>
>> I do not know
>> Now don;t you think it would be
>>
>>>> Document := OPEN ElementNode \* CLOSE
>>
>> => Document := OPEN ElementNode * CLOSE
>>
>> and not
>>
>>>> Document := OPEN ElementNode  *. CLOSE
>>
>>
>> I guess that . is one and * multiple
>
> Ah, I had a typo in my mail:
> - * is many
> - ? is 0 or 1
>
> You can find the MSE grammar here:
> http://www.moosetechnology.org/docs/mse
>
> Doru
>
>
>> Stef

>>
>>
>>>
>>> Cheers,
>>> Doru
>>>
>>>
>>> On 4 Oct 2011, at 21:27, Stéphane Ducasse wrote:
>>>
>>>> Hi guys
>>>>
>>>>
>>>> what is \*
>>>>
>>>> in
>>>>
>>>> Root := Document ?
>>>> Document := OPEN ElementNode \* CLOSE
>>>> ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Next time you see your life passing by, say 'hi' and get to know her."
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "What we can governs what we wish."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
--

"Every thing has its own flow"


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: what is \*

Stéphane Ducasse
Ok no problem may be we should put a link.

Do you have an idea of what is the text below the grammar in http://scg.unibe.ch/wiki/projects/fame/msespecification


Stef



> I guess this got messed up because of the upgrade of Pier.
>  
> Doru
>
> On Wed, Oct 5, 2011 at 10:42 AM, Stéphane Ducasse <[hidden email]> wrote:
> OK
>
> I got it: I took it from
>
>        http://scg.unibe.ch/wiki/projects/fame/msespecification?_s=lMV5OR60qoxNsF6n&_k=xnBM_Wb8&_n&19
>
> Stef
>
> >>> I am not sure where you got this from, but I think it comes from some wrong Pier code representing MSE.
> >>>
> >>> It should be only *. \ is used in Pier to escape special characters.
> >>
> >> I do not know
> >> Now don;t you think it would be
> >>
> >>>> Document := OPEN ElementNode \* CLOSE
> >>
> >> => Document := OPEN ElementNode * CLOSE
> >>
> >> and not
> >>
> >>>> Document := OPEN ElementNode  *. CLOSE
> >>
> >>
> >> I guess that . is one and * multiple
> >
> > Ah, I had a typo in my mail:
> > - * is many
> > - ? is 0 or 1
> >
> > You can find the MSE grammar here:
> > http://www.moosetechnology.org/docs/mse
> >
> > Doru
> >
> >
> >> Stef
> >>
> >>
> >>>
> >>> Cheers,
> >>> Doru
> >>>
> >>>
> >>> On 4 Oct 2011, at 21:27, Stéphane Ducasse wrote:
> >>>
> >>>> Hi guys
> >>>>
> >>>>
> >>>> what is \*
> >>>>
> >>>> in
> >>>>
> >>>> Root := Document ?
> >>>> Document := OPEN ElementNode \* CLOSE
> >>>> ElementNode := OPEN NAME Serial ? AttributeNode \* CLOSE
> >>>> _______________________________________________
> >>>> Moose-dev mailing list
> >>>> [hidden email]
> >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> >>>
> >>> --
> >>> www.tudorgirba.com
> >>>
> >>> "Next time you see your life passing by, say 'hi' and get to know her."
> >>>
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> Moose-dev mailing list
> >>> [hidden email]
> >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> >>
> >>
> >> _______________________________________________
> >> Moose-dev mailing list
> >> [hidden email]
> >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> >
> > --
> > www.tudorgirba.com
> >
> > "What we can governs what we wish."
> >
> >
> >
> >
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
> --
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev