# # # The Nim Compiler # (c) Copyright 2020 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. # import std / [hashes, tables] import bitabs import ".." / [ast, lineinfos, options, pathutils]