Would be nice if this can be used to transpile a subset of Dart to C++.
Dart code -> Dart source generator -> ebisu_cpp -> C++
Could actually end up being very straight forward since most Dart code can be copied into C++ file and compiled with few modifications here and there.