public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v2 0/2] introduce hash map data structure
@ 2024-02-27 19:59 Johnny Richard
  2024-02-27 19:59 ` [PATCH olang v2 1/2] build: add clean target on root Makefile Johnny Richard
  2024-02-27 19:59 ` [PATCH olang v2 2/2] utils: create hash map data structure Johnny Richard
  0 siblings, 2 replies; 5+ messages in thread
From: Johnny Richard @ 2024-02-27 19:59 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

This patchset creates a simple hash map implementation. We need this
data structure before start implementing the parser. After this patchset
I believe we should be able to start the parser.

Johnny Richard (2):
  build: add clean target on root Makefile
  utils: create hash map data structure

 Makefile              |   6 ++
 src/map.c             | 140 ++++++++++++++++++++++++++++++++++++++++++
 src/map.h             |  59 ++++++++++++++++++
 tests/unit/map_test.c |  77 +++++++++++++++++++++++
 4 files changed, 282 insertions(+)
 create mode 100644 src/map.c
 create mode 100644 src/map.h
 create mode 100644 tests/unit/map_test.c

-- 
2.43.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-27 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 19:59 [PATCH olang v2 0/2] introduce hash map data structure Johnny Richard
2024-02-27 19:59 ` [PATCH olang v2 1/2] build: add clean target on root Makefile Johnny Richard
2024-02-27 19:59 ` [PATCH olang v2 2/2] utils: create hash map data structure Johnny Richard
2024-02-27 19:01   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-02-27 23:11   ` [PATCH olang v2 2/2] utils: create hash map data structure Carlos Maniero

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox