Skip to content

Commit

Permalink
add few more ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
tringi committed Sep 11, 2022
1 parent d1a3f77 commit 2b40b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
* `== "std::uint32_t"` (configurable plaftorm assumptions)
* ignoring redundant
* match different order of declaration qualifiers, e.g.: `"static inline" == "inline static"`
* match `int main(???)` to `auto main(???) -> int`
* match `()` and `(void)`
* text string search
* match different forms of escapes, e.g.: `\n == \013`
* match escaped characters to actual characters
Expand Down

0 comments on commit 2b40b2e

Please sign in to comment.