Implement decimal integer reading
This commit is contained in:
9
lib/include/reader.h
Normal file
9
lib/include/reader.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef READER_H
|
||||
#define READER_H
|
||||
|
||||
#include "memory_pool.h"
|
||||
|
||||
const expression_t *
|
||||
read_expression(memory_pool_t *pool, const char *input, int len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user