Skip to content

Coffee without the bitter aftertaste....

License

Notifications You must be signed in to change notification settings

haeric/bailey.js

Repository files navigation

bailey.js

bailey.js is a pragmatic language that parses to javascript. Sort of like coffeescript, but a lot more inspired by python than ruby, with a focus on creating a cleaner, saner language with less flaws.

bailey.js is currently very, very work in progress, and backwards-incompatible changes can occur without much warning.

Build status

Installation

npm install bailey -g

Usage

Compile .bs files in a directory to .js files like so:

bailey examples/ build/

Documentation

haeric.github.io/bailey.js

Helpful make commands

$ make help
    browser - make browser version
    parser  - create the peg parser if it does not exist
    clean   - delete the peg parser
    test    - run this often

Contribute

Pull requests are welcome! The following commit conventions have been established, with more to come...

  • 💥 for backwards incompatible changes. Uh-oh.
  • 📓 for doc changes