Fix operators priority

This commit is contained in:
augustin64 2024-05-06 10:12:24 +02:00
parent 6251bb0b64
commit 6817a895b2

View File

@ -18,10 +18,9 @@ open Parser_entry
%token LEFT RIGHT SPLIT %token LEFT RIGHT SPLIT
%token EOL %token EOL
%right AND
%right OR
%right TARR %right TARR
%right OR
%right AND
%right TILDE %right TILDE
%start main %start main