This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/src
Benedikt Peetz a9724ced97
fix(parser/unchecked/attributes): Correctly enforce an identifier in `derive`
The ebnf grammar specifies an identifier (namely “Error” in the
`derive` attribute.), while the parser expected a string literal there.
2024-05-19 13:55:36 +02:00
..
bin/trixy fix(binary/parse): Actually only perform the other steps, if asked for it 2024-03-27 08:10:33 +01:00
macros feat!(src/macros): Store allocation location in all strings 2024-05-04 10:12:20 +02:00
parser fix(parser/unchecked/attributes): Correctly enforce an identifier in `derive` 2024-05-19 13:55:36 +02:00
types tests(src/types/newtypes): Test if a full round-trip works 2024-05-04 21:10:35 +02:00
lib.rs chore(treewide): Update license header 2024-03-26 20:11:23 +01:00