summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Improve performances (more than 2 times faster), rewrite in coffee-script, ↵Jeremy Faivre2014-07-224-2166/+101
| | | | | | | | fix various bugs. This is the first pass of rewrite of the YAML library (in progress). The focus was on improving code readability, make it well-documented and fix most of the current issues. It didn't focus on the performances yet, even though they are better than the previous version. The next big step (not included in this first pass in progress) will focus on removing most RegExps because they are time consuming and they make the code working on a "line by line" basis. The code will move to a "character by character" parsing, allowing us to deeply improve performances, and add new features from the 1.2 Yaml spec.
* Build and increment version.v0.1.5Jeremy Faivre2014-04-232-2/+1
|
* Cleanup, build and increment version.v0.1.4Jeremy Faivre2012-12-162-3/+8
|
* Fixed parse error when putting commend after 'some quoted string'.v0.1.3Jeremy Faivre2012-09-192-2/+3
|
* fixed global leak isQuotedJohann Philipp Strathausen (on eeepc)2012-08-252-2/+2
|
* Fixed YAML not screaming when adding extra characters after inline value.v0.1.2Jeremy Faivre2012-08-142-5/+5
|
* Merge pull request #2 from Calvein/masterv0.1.1jeremyfa2012-08-081-1/+1
|\ | | | | Missing var for the `first` var
| * Missing var for the `first` varFrançois Robichet2012-08-081-1/+1
| |
* | Missing var for the `dot` varFrançois Robichet2012-08-081-1/+1
|/ | | Mocha wasn't happy with it.
* Added command line tools yaml2json and json2yaml.Jeremy Faivre2012-08-054-10/+365
|
* Cleaned-up files and added compatibility with node.jsJeremy Faivre2012-08-042-0/+2091