1
0
Fork 0
mirror of https://github.com/bpr/vla synced 2026-01-14 08:21:48 +00:00
No description
Find a file
Brian Rogoff 27580a5023
Merge pull request #4 from fengkehh/fengkehh
Some bug fixes & minor changes
2021-05-16 14:36:50 -07:00
src Moved vla.nim to src. Added Windows compatibility. Fixed asOpenArray. 2021-05-16 11:54:38 -05:00
tests Restructured unit tests using unittest. Added test for value read/write + openArray passing. 2021-05-16 11:56:01 -05:00
.gitignore Now ignoring exe. 2021-05-16 11:55:05 -05:00
config.nims Now using config.nims with folder structure change. 2021-05-16 11:55:31 -05:00
LICENSE.md updates for Nimble 2017-10-23 14:31:08 -07:00
README.md Initial commit 2015-11-08 15:43:15 -08:00
vla.nimble Moved vla.nim to src. Added Windows compatibility. Fixed asOpenArray. 2021-05-16 11:54:38 -05:00

Variable length arrays for Nim

Implementation of C99 style variable length arrays for Nim programming language.