- =
- int x =5
- const =
- const int x = 5
-
+, -, *, /, %, , ==, !=, >, <, >=, <=
-
and , or , not , xor
- =
- x = 5
-
if () { } endif;
-
if () { } else { }
- while () { }
- repeat { } until ();
- for (; ; ) { }
- switch () { case : break; case : break; default: }
- { { } }
- () { return ; }
- enum { , , };
- Bison work with left recursion
- stmt_list : stmt stmt_list | stmt ; Will be
- stmt_list : stmt stmt_list | stmt ;