| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Replaces the todo!() stub. InvalidFloatLiteral and InvalidIntegerLiteral now also take the original
string.
|
| | |
|
| |
|
|
|
| |
Returns error after 256 levels of nesting to avoid stack overflow. The limit is hardcoded now, but
will become a compiler flag later.
|
| |
|
|
| |
Needed to represent literals as f64::INFINITY, f64::NEG_INFINITY and f64::NAN.
|
| | |
|
| |
|
|
| |
`cursor` sounds like the current position, but the field stores the end of the last consumed token.
|
| |
|