mocha is the translator for es next and javascript build platform.
- Translate es next to javascript
- Compress translated javascript.
- Insert debug exception handler.
- Watch the modification of the files and immediately compile.
- Has test runner that use phantomjs.
Requirements
- boost (unordered_map.hpp)
- python
- scons
- curses (osx, linux)
Instlation
- windows
- Use bin/win32/mchd, or open vs/mocha.sln
- osx
- Use bin/macos/mchd, or run
scons
the binary file is builed in bin/linux/
- Use bin/macos/mchd, or run
- linux
- run
scons
the binary file is builed in bin/linux/
- run