summaryrefslogtreecommitdiff
path: root/tiger-compiler/tcsh/src/tiger_escapes.i
blob: b176790a5d2a953da9e6a96740e860f42d8433d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- C++ -*-

%module tiger_escapes

%include "std_string.i"

%{
  #include <escapes/libescapes.hh>
%}

%include "escapes/libescapes.hh"