reaver-project / vapor

Vapor is a language made as a part of the Reaver Project effort. The name has originated as a word play on a word "vaporware" - the author often called this language a "vaporlang", and later decided to keep that name.
Other
5 stars 4 forks source link

"reaver" headers #51

Closed dubik closed 5 years ago

dubik commented 5 years ago

hi, I tried to compile vapor, but it fails because of reaver/future_get.h and later reaver/optional.h. They don't seem to be used, but there are cases when reaver stuff is used like class unterminated_comment : public reaver::exception. Where to get it?

griwes commented 5 years ago

Hi!

Nice to see someone take a look at this ;)

The reaver headers come from https://github.com/reaver-project/reaverlib; currently I'm using master of that project directly.