0.0.17 • Published 9 years ago

bailey v0.0.17

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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...

  • :boom: for backwards incompatible changes. Uh-oh.
  • :notebook: for doc changes
0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12-b

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago