summary refs log tree commit diff stats
path: root/examples/cross_calculator/nimrod_commandline
Commit message (Collapse)AuthorAgeFilesLines
* Fix cross_calculator exampledef2015-02-153-123/+0
|
* Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
|
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-131-11/+9
| | | | | | | * Compacts all imports in a single line. * Cleans whitespace before colons. * Uses cmd abbreviation for command line enums. * Replaces if/elif/else chain with case.
* Replaces shell scripts with nimrod configuration files.Grzegorz Adam Hankiewicz2012-11-082-3/+8
| | | | This should make compilation more cross platform friendly.
* Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-192-0/+119