lexer: New function lex_ofs_representation().
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Feb 2022 19:07:22 +0000 (11:07 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Jun 2022 17:32:39 +0000 (10:32 -0700)
commit5e2aadfa3a7df06abf118bdac7e663d58fd52877
tree8948a8dc8207baf405f754c4e5e44feaca00e969
parent101250dc9f516758bd9d13f869f1a770d6dd1ca3
lexer: New function lex_ofs_representation().

This interface is more convenient for situations where it's easier to
consume tokens before getting their representations.
src/language/lexer/lexer.c
src/language/lexer/lexer.h
src/language/stats/matrix.c
src/language/utilities/title.c