lisp-take-1/parse/tokenizer/new.h
2024-11-28 18:36:25 -06:00

4 lines
64 B
C

struct tokenizer* new_tokenizer(
struct istream* stream);