Skip to content

Commit

Permalink
Feat: vector and fix hashtables (#68)
Browse files Browse the repository at this point in the history
* Feat: vector and fix hashtables

* don't increment index when stringifying

* bump version
  • Loading branch information
Jamesbarford authored Nov 10, 2024
1 parent db8808e commit 92ab58f
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 109 deletions.
2 changes: 1 addition & 1 deletion src/cctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "dict.h"
#include "lexer.h"

#define HCC_VERSION "beta-v0.0.4"
#define HCC_VERSION "beta-v0.0.5"

static const char *cctrlGetVersion(void) {
return HCC_VERSION;
Expand Down
1 change: 1 addition & 0 deletions src/holyc-lib/all.HC
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "./date.HC"
#include "./io.HC"
#include "./strings.HC"
#include "./vector.HC"
#include "./list.HC"
#include "./threads.HC"
#include "./csv.HC"
Expand Down
Loading

0 comments on commit 92ab58f

Please sign in to comment.