Commit ffdbc94
committed
Merge branch 'master' of https://github.com/WerWolv/PatternLanguage into new_lexer
7 files changed
Lines changed: 41 additions & 9 deletions
File tree
- .github/workflows
- external
- lib
- include/pl/patterns
- source/pl/lib/std
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
| |||
- .clang-tidy+4
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+1-1
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+3-3
- .github/workflows/windows.yml+6-10
- .gitignore+2
- CMakeLists.txt+16-17
- ChangeLog.md+255-6
- README.md+2-1
- doc/ChangeLog-old.md+1-1
- doc/api.md+94-13
- doc/get-started.md+11
- doc/syntax.md+6-4
- include/fmt/args.h+2-2
- include/fmt/base.h+115-94
- include/fmt/chrono.h+19-103
- include/fmt/color.h+18-18
- include/fmt/compile.h+126-77
- include/fmt/format-inl.h+61-61
- include/fmt/format.h+483-332
- include/fmt/os.h+10-10
- include/fmt/ostream.h+2-2
- include/fmt/printf.h+25-34
- include/fmt/ranges.h+34-33
- include/fmt/std.h+220-221
- include/fmt/xchar.h+30-43
- src/fmt.cc+2
- src/format.cc+7-10
- src/os.cc+10-10
- support/bazel/.bazelversion-1
- support/bazel/BUILD.bazel-22
- support/bazel/MODULE.bazel-7
- support/bazel/README.md-28
- support/bazel/WORKSPACE.bazel-2
- support/mkdocs+18-8
- test/args-test.cc+1-1
- test/base-test.cc+178-169
- test/chrono-test.cc+6-6
- test/color-test.cc+9
- test/compile-fp-test.cc+2-1
- test/compile-test.cc+21
- test/format-impl-test.cc+3-3
- test/format-test.cc+145-33
- test/gtest-extra.h+4
- test/mock-allocator.h+14-3
- test/os-test.cc+17-10
- test/printf-test.cc+6-45
- test/scan.h+53
- test/std-test.cc+79-1
- test/util.h-11
- test/xchar-test.cc+9-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
576 | 587 | | |
577 | 588 | | |
578 | 589 | | |
| |||
593 | 604 | | |
594 | 605 | | |
595 | 606 | | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
596 | 617 | | |
597 | 618 | | |
598 | 619 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments