Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 722 Bytes

README.textile

File metadata and controls

executable file
·
32 lines (21 loc) · 722 Bytes

mocha es next translator.

Overview

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.

Instlation

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/
  • linux
    • run
      scons
      the binary file is builed in bin/linux/