Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    User_Alias FOO = abc, def
    END_INPUT
    }
    
  2. or download this
    * String before error: f : BAR = lmnd, adfs : BAZ = fda, reqw\nUser_Al
    +ias
    * The error was at line 2, column 11, and at character 0x0020 (non-gra
    +phic character), ...
    * here:  ZAB = gfd, aed\n
    Marpa::R2 exception at test1.pl line 13.
    
  3. or download this
    sub test_input {
        return <<'END_INPUT';
    ...
    User_Alias ZAB = gfd, aed
    END_INPUT
    }
    
  4. or download this
    my $data = <<'END';
    If ((Myvalue.xyz == 1) Or (Frmae_1.signal_1 == 1)) Then a = 1
    ...
    If ((Myvalue.xyz == 1) Or (Frmae_1.signal_1 == 1)) Then a = 1
    Else a = 0;
    END
    
  5. or download this
    bless([
      [
    ...
        ], "Ast::Cond"),
      ],
    ], "Ast::Block")