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>
Sun, 13 Mar 2022 23:56:02 +0000 (16:56 -0700)
commit106e3340befcc44a43dffcdd08d92ef70678712f
tree771354c6cbdbcb2f5e7ba33a4e2f6f383f4e145d
parentf7b29d37fed66023bafc68d2dbdf6417ff07f91c
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