<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 9/17/24 10:54 PM, Juan Vuletich
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:66E9EC86.3040308@cuis.st">On
      9/17/2024 10:51 AM, Gerald Klix via Cuis-dev wrote:
      <br>
      <blockquote type="cite">Hi all, Hi Juan,
        <br>
        <br>
        There is a defect in shout and maybe in the parser, too.
        <br>
        <br>
        This does not parse:
        <br>
        <br>
        1; + -1.
        <br>
        <br>
        while this parses:
        <br>
        <br>
        1 + 2; + -1.
        <br>
        <br>
        <br>
        Needless to say, that shout deems booth expressions OK:
        <br>
        <br>
        <br>
        <br>
        <br>
        Best Regards,
        <br>
        <br>
        Gerald
        <br>
        <br>
      </blockquote>
      <br>
      Hi Gerald,
      <br>
      <br>
      Pull the repo and try again.
      <br>
      <br>
      Thanks,
      <br>
      <br>
    </blockquote>
    Thanks a lot, it works now.<br>
    <br>
    Here comes the next one:<br>
    <br>
    1 :: abs<br>
    <br>
    does not parse, but is highlighted as correct:<br>
    <img src="cid:part1.21A4F182.526FB609@klix.ch" alt=""><br>
    <br>
    <br>
    Sorry and Best Regards,<br>
    <br>
    Gerald<br>
    <br>
    <br>
    PS: As you may guess, I am in the process of writing<br>
    a grammar for Cuis, partly because I need to test<br>
    Haver's Earley-Parser package and partly,<br>
    because we are in dire need for one,<br>
    as all these discrepancies prove.<br>
  </body>
</html>