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 Feb 2022 19:07:22 +0000 (11:07 -0800)
commit3f3b74c2dd0e8468e11b0bb22366f6081ba0d459
tree369cd458d50ff4289ca6d6d1443c1150d5e61307
parent4d2ddbb1b001928a9c7fb6d5d8d1e26c47216c3f
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