summaryrefslogtreecommitdiff
path: root/src/rebar_abnfc_compiler.erl
Commit message (Collapse)AuthorAgeFilesLines
* large refactoringTristan Sloughter2014-08-161-123/+0
| | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-1/+16
| | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-2/+2
|
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-2/+2
|
* Fix whitespace errorsTuncer Ayaz2012-03-181-7/+6
|
* Fix badarg crashes on missing dependency errorsLoïc Hoguin2012-03-181-2/+2
|
* Use ?ERROR where appropriateTuncer Ayaz2012-01-171-3/+3
|
* Clean up codeTuncer Ayaz2011-02-061-7/+7
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Add abnfc supportAnthony Ramine2010-12-221-0/+109
abnfc is an ABNF parser generator. Options are: - doc_root (defaults to "src") - out_dir (defaults to "src") - source_ext (defaults to ".abnf") - module_ext (defaults to "")