Several improvements:

- added some meaningful unit tests
- splitted classes into heap-allocated (starting with 'H') and stack-allocated (starting with 'S'), unfortunately there is a lot of duplicated code but I am still unable to find
an elegant solution to use the smae code to deal with both the stack-allocated class and the heap-allocated one
This commit is contained in:
Walter Oggioni
2018-12-31 01:36:45 +01:00
parent d6a9cafb63
commit cd6ca6f3ec
12 changed files with 1135 additions and 584 deletions

1
tests/config.nims Normal file
View File

@@ -0,0 +1 @@
switch("path", "$projectDir/../src")