Project

General

Profile

Actions

Task #3500

closed

Добавить поддержку операций Verilog

Added by Alexander Kamkin over 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
09/27/2012
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Published in build:
0.2

Description

//=============================================================================
// Operator Priorities | Binary Operators
//=============================================================================
//  ?:                                  | conditional_operator
//-----------------------------------------------------------------------------
//  ||                                  | logical_or_operator
//-----------------------------------------------------------------------------
//  &&                                  | logical_and_operator
//-----------------------------------------------------------------------------
//  |       ~|                          | bitwise_or_operator
//-----------------------------------------------------------------------------
//  ^       ^~      ~^                  | bitwise_xor_operator
//-----------------------------------------------------------------------------
//  &       ~&                          | bitwise_and_operator 
//-----------------------------------------------------------------------------
//  ==      !=      ===     !=          | equality_operator
//-----------------------------------------------------------------------------
//  <       <=      >       >=          | compare_operator
//-----------------------------------------------------------------------------
//  <<      >>      <<<     >>>         | shift_operator
//-----------------------------------------------------------------------------
//  +       -                           | additive_operator
//-----------------------------------------------------------------------------
//  *       /       %                   | multiplicative_operator
//-----------------------------------------------------------------------------
//  **                                  | power_operator
//=============================================================================
// Operator Priorities | Unary Operators
//=============================================================================
//  !                                   | unary_operator
//-----------------------------------------------------------------------------
//  ~                                   | ...
//-----------------------------------------------------------------------------
//  &                                   | ...
//-----------------------------------------------------------------------------
//  ~&                                  | ...
//-----------------------------------------------------------------------------
//  |                                   | ...
//-----------------------------------------------------------------------------
//  ~|                                  | ...
//-----------------------------------------------------------------------------
//  ^                                   | ...
//-----------------------------------------------------------------------------
//  ~^      ^~                          | ...
//-----------------------------------------------------------------------------
//  +                                   | ...
//-----------------------------------------------------------------------------
//  -                                   | ...
//=============================================================================
Actions #1

Updated by Sergey Smolov about 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

r49

Actions #2

Updated by Alexander Kamkin almost 11 years ago

  • Target version set to 0.1
Actions #3

Updated by Sergey Smolov almost 11 years ago

  • Published in build set to 0.2
Actions #4

Updated by Sergey Smolov almost 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF