path # lines of code number of updates days since first update days since last update first updated last updated Package.swift 70 16 124 19 2021-09-29 2022-01-12 Sources/Exercises/Exercises.swift 15 3 109 20 2021-10-14 2022-01-11 Sources/Exercises/GraphemeBreakData.swift 1451 2 109 20 2021-10-14 2022-01-11 Sources/Exercises/Participant.swift 18 2 96 20 2021-10-27 2022-01-11 Sources/Exercises/Participants/HandWrittenParticipant.swift 105 2 109 20 2021-10-14 2022-01-11 Sources/Exercises/Participants/NSREParticipant.swift 30 2 96 20 2021-10-27 2022-01-11 Sources/Exercises/Participants/NaiveParticipant.swift 29 2 109 20 2021-10-14 2022-01-11 Sources/Exercises/Participants/PEGParticipant.swift 18 3 109 20 2021-10-14 2022-01-11 Sources/Exercises/Participants/ReferenceParticipant.swift 6 2 109 20 2021-10-14 2022-01-11 Sources/Exercises/Participants/RegexParticipant.swift 58 10 109 11 2021-10-14 2022-01-20 Sources/PatternConverter/PatternConverter.swift 47 2 27 20 2022-01-04 2022-01-11 Sources/Prototypes/Combinators/Combinators.swift 141 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEG.swift 111 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEGCode.swift 104 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEGCompile.swift 207 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEGCore.swift 293 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEGInterpreter.swift 146 3 52 8 2021-12-10 2022-01-23 Sources/Prototypes/PEG/PEGTranspile.swift 88 3 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEGVM.swift 101 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/PEGVMExecute.swift 21 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PEG/Printing.swift 56 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PTCaRet/Interpreter.swift 5 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/PTCaRet/PTCaRet.swift 147 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/TourOfTypes/CharacterClass.swift 92 2 52 20 2021-12-10 2022-01-11 Sources/Prototypes/TourOfTypes/Literal.swift 68 2 52 20 2021-12-10 2022-01-11 Sources/VariadicsGenerator/VariadicsGenerator.swift 220 8 115 4 2021-10-08 2022-01-27 Sources/_MatchingEngine/Engine/Backtracking.swift 26 1 19 19 2022-01-12 2022-01-12 Sources/_MatchingEngine/Engine/Builder.swift 319 5 54 19 2021-12-08 2022-01-12 Sources/_MatchingEngine/Engine/Capture.swift 54 1 19 19 2022-01-12 2022-01-12 Sources/_MatchingEngine/Engine/Consume.swift 51 4 54 19 2021-12-08 2022-01-12 Sources/_MatchingEngine/Engine/Engine.swift 24 3 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Engine/InstPayload.swift 205 4 40 19 2021-12-22 2022-01-12 Sources/_MatchingEngine/Engine/Instruction.swift 123 5 54 19 2021-12-08 2022-01-12 Sources/_MatchingEngine/Engine/Processor.swift 311 6 54 19 2021-12-08 2022-01-12 Sources/_MatchingEngine/Engine/Program.swift 36 4 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Engine/Registers.swift 110 5 54 19 2021-12-08 2022-01-12 Sources/_MatchingEngine/Engine/Tracing.swift 38 4 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Regex/AST/AST.swift 252 15 54 3 2021-12-08 2022-01-28 Sources/_MatchingEngine/Regex/AST/ASTAction.swift 1 3 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Regex/AST/ASTProtocols.swift 27 8 52 4 2021-12-10 2022-01-27 Sources/_MatchingEngine/Regex/AST/Atom.swift 414 19 54 4 2021-12-08 2022-01-27 Sources/_MatchingEngine/Regex/AST/Conditional.swift 60 4 17 4 2022-01-14 2022-01-27 Sources/_MatchingEngine/Regex/AST/CustomCharClass.swift 62 9 54 18 2021-12-08 2022-01-13 Sources/_MatchingEngine/Regex/AST/Group.swift 80 16 54 4 2021-12-08 2022-01-27 Sources/_MatchingEngine/Regex/AST/MatchingOptions.swift 104 3 42 3 2021-12-20 2022-01-28 Sources/_MatchingEngine/Regex/AST/Quantification.swift 48 9 52 4 2021-12-10 2022-01-27 Sources/_MatchingEngine/Regex/Parse/CaptureStructure.swift 250 11 51 4 2021-12-11 2022-01-27 Sources/_MatchingEngine/Regex/Parse/CharacterPropertyClassification.swift 395 4 53 20 2021-12-09 2022-01-11 Sources/_MatchingEngine/Regex/Parse/Diagnostics.swift 119 15 54 3 2021-12-08 2022-01-28 Sources/_MatchingEngine/Regex/Parse/LexicalAnalysis.swift 1202 21 54 3 2021-12-08 2022-01-28 Sources/_MatchingEngine/Regex/Parse/Mocking.swift 171 8 54 19 2021-12-08 2022-01-12 Sources/_MatchingEngine/Regex/Parse/Parse.swift 281 19 54 3 2021-12-08 2022-01-28 Sources/_MatchingEngine/Regex/Parse/Source.swift 114 10 54 10 2021-12-08 2022-01-21 Sources/_MatchingEngine/Regex/Parse/SourceLocation.swift 68 7 49 5 2021-12-13 2022-01-26 Sources/_MatchingEngine/Regex/Parse/SyntaxOptions.swift 18 3 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Regex/Printing/DumpAST.swift 295 12 27 3 2022-01-04 2022-01-28 Sources/_MatchingEngine/Regex/Printing/PrettyPrinter.swift 66 2 27 20 2022-01-04 2022-01-11 Sources/_MatchingEngine/Regex/Printing/PrintAsCanonical.swift 261 11 27 3 2022-01-04 2022-01-28 Sources/_MatchingEngine/Regex/Printing/PrintAsPattern.swift 280 11 27 3 2022-01-04 2022-01-28 Sources/_MatchingEngine/Regex/Printing/RenderRanges.swift 42 4 27 4 2022-01-04 2022-01-27 Sources/_MatchingEngine/Utility/AllScalars.swift 35 2 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Utility/Formatting.swift 155 4 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Utility/Misc.swift 128 6 54 11 2021-12-08 2022-01-20 Sources/_MatchingEngine/Utility/MissingUnicode.swift 616 8 54 10 2021-12-08 2022-01-21 Sources/_MatchingEngine/Utility/Protocols.swift 26 3 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Utility/TypeConstruction.swift 106 4 51 11 2021-12-11 2022-01-20 Sources/_MatchingEngine/Utility/TypedIndex.swift 86 3 54 20 2021-12-08 2022-01-11 Sources/_MatchingEngine/Utility/TypedInt.swift 117 5 54 19 2021-12-08 2022-01-12 Sources/_StringProcessing/ASTBuilder.swift 337 17 49 3 2021-12-13 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/Contains.swift 26 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/FirstRange.swift 43 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/Ranges.swift 156 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/Replace.swift 156 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/Split.swift 203 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/StartsWith.swift 36 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Algorithms/Trim.swift 246 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Consumers/CollectionConsumer.swift 39 2 46 20 2021-12-16 2022-01-11 Sources/_StringProcessing/Algorithms/Consumers/FixedPatternConsumer.swift 48 2 46 20 2021-12-16 2022-01-11 Sources/_StringProcessing/Algorithms/Consumers/ManyConsumer.swift 33 2 46 20 2021-12-16 2022-01-11 Sources/_StringProcessing/Algorithms/Consumers/PredicateConsumer.swift 55 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Consumers/RegexConsumer.swift 62 5 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Matching/FirstMatch.swift 34 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/Algorithms/Matching/MatchReplace.swift 90 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/Algorithms/Matching/MatchResult.swift 14 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/Algorithms/Matching/Matches.swift 146 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/Algorithms/Matching/MatchingCollectionConsumer.swift 31 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/Algorithms/Matching/MatchingCollectionSearcher.swift 98 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/Algorithms/Searchers/CollectionSearcher.swift 96 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Searchers/ConsumerSearcher.swift 89 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Searchers/NaivePatternSearcher.swift 66 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Searchers/PatternOrEmpty.swift 47 2 46 20 2021-12-16 2022-01-11 Sources/_StringProcessing/Algorithms/Searchers/PredicateSearcher.swift 29 3 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Algorithms/Searchers/TwoWaySearcher.swift 142 2 46 20 2021-12-16 2022-01-11 Sources/_StringProcessing/Algorithms/Searchers/ZSearcher.swift 102 2 46 20 2021-12-16 2022-01-11 Sources/_StringProcessing/Capture.swift 69 6 54 11 2021-12-08 2022-01-20 Sources/_StringProcessing/CharacterClass.swift 341 17 54 3 2021-12-08 2022-01-28 Sources/_StringProcessing/Compiler.swift 336 15 54 3 2021-12-08 2022-01-28 Sources/_StringProcessing/ConsumerInterface.swift 542 13 46 3 2021-12-16 2022-01-28 Sources/_StringProcessing/Executor.swift 55 5 54 12 2021-12-08 2022-01-19 Sources/_StringProcessing/Legacy/HareVM.swift 149 5 54 11 2021-12-08 2022-01-20 Sources/_StringProcessing/Legacy/LegacyCompile.swift 247 13 54 4 2021-12-08 2022-01-27 Sources/_StringProcessing/Legacy/RECode.swift 126 4 54 20 2021-12-08 2022-01-11 Sources/_StringProcessing/Legacy/TortoiseVM.swift 139 5 54 11 2021-12-08 2022-01-20 Sources/_StringProcessing/Legacy/VirtualMachine.swift 144 6 54 11 2021-12-08 2022-01-20 Sources/_StringProcessing/MatchingOptions.swift 168 1 3 3 2022-01-28 2022-01-28 Sources/_StringProcessing/RegexDSL/Builder.swift 17 4 54 20 2021-12-08 2022-01-11 Sources/_StringProcessing/RegexDSL/Concatenation.swift 5975 6 54 4 2021-12-08 2022-01-27 Sources/_StringProcessing/RegexDSL/Core.swift 177 12 54 3 2021-12-08 2022-01-28 Sources/_StringProcessing/RegexDSL/DSL.swift 150 11 54 4 2021-12-08 2022-01-27 Sources/_StringProcessing/RegexDSL/DSLCapture.swift 76 5 54 11 2021-12-08 2022-01-20 Sources/_StringProcessing/RegexDSL/DynamicCaptures.swift 29 5 54 20 2021-12-08 2022-01-11 Sources/_Unicode/CaseConversion.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/CharacterProps.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Comparison.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Decoding.swift 109 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Encodings.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Formatting.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Graphemes.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/NecessaryEvils.swift 37 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Normaliation.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/NumberParsing.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/ScalarProps.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Transcoding.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/UCD.swift 1 2 49 20 2021-12-13 2022-01-11 Sources/_Unicode/Validation.swift 1 2 49 20 2021-12-13 2022-01-11