summary refs log tree commit diff stats
path: root/compiler/babelcmd.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
|
* case consistency part 4Araq2013-12-271-3/+3
|
* Changed babel path handling.Dominik Picheta2013-05-021-1/+1
|
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-1/+1
| | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
* lazy paths for Babel supportAraq2012-12-111-10/+10
|
* improvements for --babelPathAraq2012-12-091-5/+19
|
* compiler support for babelAraq2012-12-071-0/+76