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>
Sat, 2 Apr 2022 01:48:55 +0000 (18:48 -0700)
commit216c9e64a86d708f6f8fb1db581d464af2c2e84c
tree8647a923d0bdc0456e7712ea990d991bcd3c3f5c
parenta1d532a620562505935e813bdd201354aab0f569
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