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/tests/empty_doc_comment
Benedikt Peetz 508dc2bc46
fix(parser/tokenizer): Remove the tokenizer's death, when exposed to doc comments
Previously, the tokenizer had horrendous errors when lexing raw literal
strings. These have been removed. The remaining issue still persists,
that empty doc comments are serialized in c in a _weird_ way. They
should be merged.
2024-03-27 08:07:29 +01:00
..
expected.md fix(parser/tokenizer): Remove the tokenizer's death, when exposed to doc comments 2024-03-27 08:07:29 +01:00
input.tri fix(parser/tokenizer): Remove the tokenizer's death, when exposed to doc comments 2024-03-27 08:07:29 +01:00
main.rs fix(parser/tokenizer): Remove the tokenizer's death, when exposed to doc comments 2024-03-27 08:07:29 +01:00