This chapter talks the lexical elements in Go. It covers the bitwise operators, number operators, BNF, tokens, and comment style

The following list shows the section name corresponded to the question number,

  • Operations on numbers: Question 25
  • Directly access/manipulate the bits of an integer: Question 26
  • BNF: Queston 40
  • Tokens: Question 48
  • Comment style: Question 52
  • Operator precedence in Go: Question 31