tel8618217223380 / oasychev-moodle-plugins

Automatically exported from code.google.com/p/oasychev-moodle-plugins
0 stars 0 forks source link

Дефект в построении дерева, создание и инициализация переменных #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Тест: 
"int a=b=c=e=j=k;" 
Дерево строиться неправильно:
string(117) "[
 {
  int
  a
  =
  b
 }
,
 =
,
 {
  {
   c
   =
   {
    e
    =
    {
     j
     =
     k
    }
   }
  }
  ;
 }
]"

Сначала идет expr_prec_11, потом "=", stmt. Это 
ошибка. 

Original issue reported on code.google.com by vad23k...@gmail.com on 11 May 2014 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by vad23k...@gmail.com on 13 May 2014 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by vad23k...@gmail.com on 7 Jul 2014 at 3:00

GoogleCodeExporter commented 9 years ago
Исправлено.

Original comment by mamontov...@gmail.com on 27 Dec 2014 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by oasyc...@gmail.com on 1 Mar 2015 at 10:44