https://github.com/haeric/bailey.js
Coffee without the bitter aftertaste....
https://github.com/haeric/bailey.js
Last synced: 3 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T21:29:50.000Z (about 10 years ago)
- Last Synced: 2025-04-15T19:05:30.241Z (3 months ago)
- Language: JavaScript
- Homepage: http://haeric.github.io/bailey.js
- Size: 4.2 MB
- Stars: 21
- 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.
[](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