https://github.com/flasd/js-arrays-in-c
https://github.com/flasd/js-arrays-in-c
array c js-like linked-lists
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flasd/js-arrays-in-c
- Owner: flasd
- License: mit
- Created: 2017-11-09T20:50:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T04:31:35.000Z (over 8 years ago)
- Last Synced: 2025-01-22T01:41:30.390Z (over 1 year ago)
- Topics: array, c, js-like, linked-lists
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# js-arrays-in-c
js-like arrays in C implemented using linked-lists with ability to use functions like map and forEach!!
## To Do's
- [ ] Write tests.
- [x] Write build script.
- [ ] Write docs.
- [ ] Hunt down memory leaks.
Contributions are apreciated!
This is licenced under the MIT licence. Go nuts :satisfied: