Files
Nim/examples/cross_calculator/lazarus
Adam Strzelecki c99a9e5a6c examples: Trim .txt files trailing whitespace
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:12:03 +02:00
..

This example demonstrates how to use Nim with Lazarus. The GUI is generated
with Lazarus, while the "backend" is written in Nim. To compile the example,
use this command:

  nim c --app:gui --no_main --no_linking backend.nim

Open the ``nimlaz.lpi`` file in Lazarus and run the program.