こんにちは、んだです。 本日も『Writing A Compiler In Go』です。 Writing A Compiler In Go (English Edition)作者:Ball, ThorstenAmazon nda-desu.hatenablog.com 前回はHashについて解説しましたので今回は6章最後のIndexです。 Index まずは、Indexの例についてみていきます。 [1, 2, 3][1] {"one": 1, "two": 2, "three": 3}["o" + "ne"] ArrayとHashからIndexを指定して、値を取得するというのが今回やりたいこと…