This breaks the code for variable-length tokens that depended on lifting `parsec` into `read_m`. Either `read_m` could be parameterized by its state, or we just hard-code all variable-length tokens. |
||
|---|---|---|
| .. | ||
| basic.lean | ||
| module.lean | ||
| token.lean | ||
This breaks the code for variable-length tokens that depended on lifting `parsec` into `read_m`. Either `read_m` could be parameterized by its state, or we just hard-code all variable-length tokens. |
||
|---|---|---|
| .. | ||
| basic.lean | ||
| module.lean | ||
| token.lean | ||