syntax: Limit exports from lexer
This commit is contained in:
parent
0e87f9ed02
commit
aa8dc0175d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import util::interner;
|
||||||
import util::interner::intern;
|
import util::interner::intern;
|
||||||
import diagnostic;
|
import diagnostic;
|
||||||
|
|
||||||
|
export reader, new_reader, next_token, is_whitespace;
|
||||||
|
|
||||||
type reader = @{
|
type reader = @{
|
||||||
cm: codemap::codemap,
|
cm: codemap::codemap,
|
||||||
span_diagnostic: diagnostic::span_handler,
|
span_diagnostic: diagnostic::span_handler,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue