build supplies & template for tommyds
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef ASSEMBLER_H
|
||||
#define ASSEMBLER_H
|
||||
|
||||
typedef signed int form;
|
||||
typedef unsigned int next;
|
||||
@ -54,4 +53,5 @@ extern byte * token_array;
|
||||
|
||||
extern void assemble (next count, next * array);
|
||||
|
||||
#define ASSEMBLER_H
|
||||
#endif
|
||||
|
1
source/table.c
Normal file
1
source/table.c
Normal file
@ -0,0 +1 @@
|
||||
#include "table.h"
|
14
source/table.h
Normal file
14
source/table.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef TABLE_H_
|
||||
|
||||
#include <tommyds/tommytrie.h>
|
||||
|
||||
typedef struct {
|
||||
/* size_t size; */
|
||||
/* int * hash; */
|
||||
/* void * data; */
|
||||
|
||||
tommy_node node;
|
||||
} value_table_t;
|
||||
|
||||
#define TABLE_H_
|
||||
#endif
|
Reference in New Issue
Block a user