Commit Graph

  • 183d625554 Add postfix operator test for the expression parser David Dufresne 2016-05-07 09:11:01 -04:00
  • c3face53ef Improve tests code coverate for parse errors David Dufresne 2016-05-06 13:01:53 -04:00
  • 5fcfddedcf Fix wrong parse error type returned by unexpected David Dufresne 2016-05-06 12:58:32 -04:00
  • 589ac7c713 Specify that unexpectedParseError returns a SystemUnexpected error David Dufresne 2016-05-06 12:55:44 -04:00
  • c36fe0dd22 Move nested function outside of its enclosing method David Dufresne 2016-05-06 10:34:08 -04:00
  • f18d0d2a2b Rename method having a name not fully conveying the intent David Dufresne 2016-05-06 10:14:51 -04:00
  • 2f7f751445 Merge branch 'monyschuk-feature/match-interval' David Dufresne 2016-05-05 12:54:25 -04:00
  • 1717b96ab9 Add tests for oneOf(_: ClosedInterval<Character>) David Dufresne 2016-05-05 12:53:37 -04:00
  • 3f5e23ee44 Added ClosedInterval variant of ParsecType.oneOf() Mark Onyschuk 2016-01-05 14:32:47 -05:00
  • dd466162d2 Specified Deployment Target Mac OS X 10.10 to match apps Mark Onyschuk 2016-01-05 04:39:18 -05:00
  • 3337278b45 Group related statements David Dufresne 2016-05-05 12:29:40 -04:00
  • 01b1daa48d Call assertion methods in the testing method David Dufresne 2016-05-05 11:58:31 -04:00
  • 6547e3527a Rename PrimitiveTests.swift to GenericParserTests.swift David Dufresne 2016-05-04 15:35:43 -04:00
  • 039105a57e Move the LanguageDefinition struct in Language.swift David Dufresne 2016-05-02 17:47:08 -04:00
  • 17f831cab8 Add comment for TokenParserType.languageDefinition property David Dufresne 2016-05-02 17:43:57 -04:00
  • 4e9b737643 Move the ParsecType protocol in a separate file David Dufresne 2016-05-02 17:14:31 -04:00
  • 3891e558f5 Improve documentation for ParsecType and operator functions David Dufresne 2016-05-02 16:43:14 -04:00
  • c6db1fcadb Remove flawed example for postfix increment ++ from comment David Dufresne 2016-05-01 17:40:23 -04:00
  • 48d1e13bf7 Improve name of type parameters for between method David Dufresne 2016-05-01 14:05:05 -04:00
  • 149d455f2c Change project format to Xcode 6.3-compatible David Dufresne 2016-05-01 13:59:15 -04:00
  • b1858a725e Remove method copying a what is provided by Swift standard library David Dufresne 2016-04-26 09:50:18 -04:00
  • b3dee9de50 Improve tuple label name and documentation David Dufresne 2016-04-26 09:42:54 -04:00
  • 3ecfa07d54 Remove inconsistent white space David Dufresne 2016-04-26 09:16:13 -04:00
  • a7030f1a0a Remove ambigious and ad-hoc method David Dufresne 2016-04-25 19:50:33 -04:00
  • 5b701fd6a6 Remove redundant type information David Dufresne 2016-04-25 19:18:02 -04:00
  • cfb307f552 Remove useless type annotation David Dufresne 2016-04-25 18:45:22 -04:00
  • 65042005f7 Name mutating/nonmutating method pairs consistently David Dufresne 2016-04-25 18:31:02 -04:00
  • 3f676f2207 Improve formatting for SubmittingPatches.md David Dufresne 2016-04-22 14:01:17 -04:00
  • 877473bdae Fix typo in 'Describe you changes' David Dufresne 2016-04-22 13:51:37 -04:00
  • 486bb05708 Add instruction on submitting patches David Dufresne 2016-04-22 13:45:09 -04:00
  • 0c149e8765 Remove useless TODO file David Dufresne 2016-04-21 14:16:21 -04:00
  • a556c7171f Remove unused file David Dufresne 2016-04-21 14:11:12 -04:00
  • ce4d074ece Migrate code to Swift 2.2 David Dufresne 2016-04-21 14:08:44 -04:00
  • 38ed030236 Add function to append an element to a constant collection David Dufresne 2016-04-21 14:06:19 -04:00
  • e15a887e20 Remove test for postfix increment ++ David Dufresne 2016-04-21 13:35:52 -04:00
  • c548665674 Add function to append a character to a constant String David Dufresne 2016-04-21 10:19:22 -04:00
  • 580c9c5019 Add function to prepend an element to a RangeReplaceableCollectionType David Dufresne 2016-04-21 09:44:02 -04:00
  • f186d3a260 Merge branch 'tomvanduist-master' 1.0 David Dufresne 2016-03-17 21:13:15 -04:00
  • b96a0beb3c Merge branch 'master' of https://github.com/tomvanduist/SwiftParsec into tomvanduist-master David Dufresne 2016-03-17 20:50:37 -04:00
  • 040d3eeb10 Added .DS_Store to .gitignore David Dufresne 2016-03-17 20:49:17 -04:00
  • e08d1ea4a0 Update SwiftParsec.podspec tomvanduist 2016-03-16 11:27:34 +01:00
  • 487b24c88c Update SwiftParsec.podspec tomvanduist 2016-03-16 11:09:58 +01:00
  • f3d4a5d57a Added podspec Tom van Duist 2016-03-16 11:03:30 +01:00
  • 7d13dcb4ca Added link to wiki. David Dufresne 2015-11-25 19:01:18 -05:00
  • 2f1b2da04a Initial content. David Dufresne 2015-11-25 13:17:22 -05:00
  • 1aaa5ca434 Initial commit. David Dufresne 2015-11-25 12:49:02 -05:00