-/* $Id: bison.y.in,v 1.17 2001/07/05 09:32:58 mu Exp $
+/* $Id: bison.y.in,v 1.18 2001/07/05 09:50:51 peter Exp $
* Main bison parser
*
* Copyright (C) 2001 Peter Johnson, Michael Urman
%type <syminfo> immlabel
%type <sym> label_id
+%left '|'
+%left '^'
+%left '&'
+%left LEFT_OP RIGHT_OP
%left '-' '+'
-%left '*' '/'
+%left '*' '/' '%'
+%nonassoc '~'
%%
input: /* empty */
-/* $Id: nasm-bison.y,v 1.17 2001/07/05 09:32:58 mu Exp $
+/* $Id: nasm-bison.y,v 1.18 2001/07/05 09:50:51 peter Exp $
* Main bison parser
*
* Copyright (C) 2001 Peter Johnson, Michael Urman
%type <syminfo> immlabel
%type <sym> label_id
+%left '|'
+%left '^'
+%left '&'
+%left LEFT_OP RIGHT_OP
%left '-' '+'
-%left '*' '/'
+%left '*' '/' '%'
+%nonassoc '~'
%%
input: /* empty */
-/* $Id: bison.y.in,v 1.17 2001/07/05 09:32:58 mu Exp $
+/* $Id: bison.y.in,v 1.18 2001/07/05 09:50:51 peter Exp $
* Main bison parser
*
* Copyright (C) 2001 Peter Johnson, Michael Urman
%type <syminfo> immlabel
%type <sym> label_id
+%left '|'
+%left '^'
+%left '&'
+%left LEFT_OP RIGHT_OP
%left '-' '+'
-%left '*' '/'
+%left '*' '/' '%'
+%nonassoc '~'
%%
input: /* empty */
-/* $Id: bison.y.in,v 1.17 2001/07/05 09:32:58 mu Exp $
+/* $Id: bison.y.in,v 1.18 2001/07/05 09:50:51 peter Exp $
* Main bison parser
*
* Copyright (C) 2001 Peter Johnson, Michael Urman
%type <syminfo> immlabel
%type <sym> label_id
+%left '|'
+%left '^'
+%left '&'
+%left LEFT_OP RIGHT_OP
%left '-' '+'
-%left '*' '/'
+%left '*' '/' '%'
+%nonassoc '~'
%%
input: /* empty */
-/* $Id: nasm-bison.y,v 1.17 2001/07/05 09:32:58 mu Exp $
+/* $Id: nasm-bison.y,v 1.18 2001/07/05 09:50:51 peter Exp $
* Main bison parser
*
* Copyright (C) 2001 Peter Johnson, Michael Urman
%type <syminfo> immlabel
%type <sym> label_id
+%left '|'
+%left '^'
+%left '&'
+%left LEFT_OP RIGHT_OP
%left '-' '+'
-%left '*' '/'
+%left '*' '/' '%'
+%nonassoc '~'
%%
input: /* empty */