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/trixy-parser/src
Benedikt Peetz f1e9087f40
feat(parser/lexing): Desuger doc comments by running a regex on the file
Previously we actually supported parsing doc comments (`///`), but
replacing them before parsing allows for simplifications in the lexer.
Precisely, that means that we can add support for attributes without
having to maintain the doc comment parser.
2024-03-26 17:34:44 +01:00
..
bin feat(parser/lexing): Desuger doc comments by running a regex on the file 2024-03-26 17:34:44 +01:00
command_spec style(treewide): Reformat 2024-02-19 16:15:18 +01:00
lexing feat(parser/lexing): Desuger doc comments by running a regex on the file 2024-03-26 17:34:44 +01:00
parsing style(treewide): Reformat 2024-02-19 16:15:18 +01:00
error.rs style(treewide): Reformat 2024-02-19 16:15:18 +01:00
lib.rs style(treewide): Reformat 2024-02-19 16:15:18 +01:00