Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haeric/bailey.js
Coffee without the bitter aftertaste....
https://github.com/haeric/bailey.js
Last synced: 13 days ago
JSON representation
Coffee without the bitter aftertaste....
- Host: GitHub
- URL: https://github.com/haeric/bailey.js
- Owner: haeric
- License: mit
- Created: 2013-12-05T13:25:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T21:29:50.000Z (over 9 years ago)
- Last Synced: 2024-10-13T02:51:07.888Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://haeric.github.io/bailey.js
- Size: 4.2 MB
- Stars: 20
- Watchers: 5
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bailey.js
=========
[bailey.js](http://haeric.github.io/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](https://ci.frigg.io/badges/haeric/bailey.js/)](https://ci.frigg.io/haeric/bailey.js/)
### 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](http://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