ex_IsBinop()

[<<<] [>>>]

This function checks if the current lexeme is a binary operator of the given precedence and returns the op code or zero.

unsigned long ex_IsBinop(peXobject pEx,
               unsigned long precedence
  )@{

[<<<] [>>>]