lambda-calc-1/parse/tokenizer/new.h
2025-01-13 20:36:07 -06:00

10 lines
136 B
C

struct wcistream;
struct position;
struct tokenizer* new_tokenizer(
struct wcistream* istream,
struct position* position);