3#ifndef AWKWARD_FORTHINPUTBUFFER_H_
4#define AWKWARD_FORTHINPUTBUFFER_H_
38 read_enum(
const std::vector<std::string>& strings, int64_t start, int64_t stop)
noexcept;
58 read_quotedstr(
char* string_buffer, int64_t max_string_size, int64_t& length,
90 std::shared_ptr<
void> ptr_;
#define LIBAWKWARD_EXPORT_SYMBOL
Definition common.h:44
ForthError
Exhaustive list of runtime errors possible in the ForthMachine.
Definition util.h:67
Definition ArrayBuilder.h:14