Commit Graph

13 Commits

Author SHA1 Message Date
Grzegorz Adam Hankiewicz
72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Grzegorz Adam Hankiewicz
b1b01e9f99 Removes misleading comment in build script.
A true program would rather compile the main nim project file which
imports other modules.
2012-12-14 22:12:12 +01:00
Grzegorz Adam Hankiewicz
14038058cf Reduces parenthesis usage for clearness. 2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
2faf34b643 Improves the style of some examples.
* 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.
2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
d98826271a Replaces shell scripts with nimrod configuration files.
This should make compilation more cross platform friendly.
2012-11-08 23:47:08 +01:00
Grzegorz Adam Hankiewicz
c71e0a409a Adds backend code for the cross platform todo example. 2012-11-01 20:41:15 +01:00
Grzegorz Adam Hankiewicz
760e42b3f9 Adds command line interface for backend addition. 2012-10-19 20:09:12 +02:00
Grzegorz Adam Hankiewicz
f6e7aebbd9 Adds interactive user interface for android. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
3492bb7744 Adds android example using jni. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
b1ad04e306 Changes NIB to template and generates code manually for UI. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
68fda81780 Adds native user interface to iOS. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
ca0c001345 Adds iOS files for crossplatform calculator example. 2012-09-08 22:41:17 +02:00
Grzegorz Adam Hankiewicz
116c54a8dd Splits nimrod and lazarus files into separate directories. 2012-09-08 22:41:17 +02:00