summary refs log tree commit diff stats
path: root/examples/cross_calculator/nimrod_commandline/readme.txt
blob: 5430e7b47b98f3b92f640a689d6717713eb555d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
In this directory you will find the nimrod commandline version of the
cross-calculator sample.

The commandline interface can be used non interactively through switches, or
interactively when running the command without parameters.

Compilation is fairly easy despite having the source split in different
directories. Thanks to the nimrod.cfg file, which adds the ../nimrod_backend
directory as a search path, you can compile and run the example just fine from
the command line with 'nimrod c -r nimcalculator.nim'.