| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+5 | |
| without this, the only way to create a `LitKind::Byte` is by doing `"b'a'".parse::<Literal>()`, this solves that by enabling `Literal::byte_character(b'a')` | ||||
| 2023-06-20 | Fix tests | Jacob Pratt | -10/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+100 | |
