summaryrefslogtreecommitdiff
path: root/tiger-compiler/src/combine/binder.cc
blob: c5fc66e8d783ffb83ac1663c155c5257430345db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 ** \file combine/combine-binder.cc
 ** \brief Implementation of combine::Binder.
 */

#include <ast/all.hh>
#include <combine/binder.hh>

namespace combine
{
  /*---------------.
  | Visiting Dec.  |
  `---------------*/

  // FIXME: Some code was deleted here.

} // namespace combine