Commit Graph

  • 45fcebec57 [README] Add installation instructions Kyle Fuller 2014-12-29 00:54:52 +00:00
  • fa34c2a98e Add an include tag Kyle Fuller 2014-12-29 00:18:58 +00:00
  • 1989c20932 Add a Template Loader Kyle Fuller 2014-12-28 23:32:13 +00:00
  • 2374786963 Release 0.1.1 0.1.1 Kyle Fuller 2014-12-25 23:38:57 +00:00
  • 5a080f92cc Implement universal framework Kyle Fuller 2014-12-25 23:35:55 +00:00
  • 5d61043f8c Add architecture document and docs Kyle Fuller 2014-11-30 00:04:17 +00:00
  • 017692a0dc Merge pull request #19 from pyanfield/master Kyle Fuller 2014-11-22 02:02:35 +01:00
  • 0710c404b5 update readme file pyanfield 2014-11-22 08:59:08 +08:00
  • 529e357334 Merge pull request #17 from segiddins/seg-fix-ios-objc Kyle Fuller 2014-11-18 00:31:57 +01:00
  • c70510b3a5 [Stencil.h] Allow using stencil from ObjC on iOS Samuel E. Giddins 2014-11-17 15:30:20 -08:00
  • 63f6b3a950 Merge pull request #13 from kylef/travis Kyle Fuller 2014-11-06 00:45:38 +00:00
  • b3d551962a [travis] Use Xcode 6.1 Kyle Fuller 2014-11-06 00:39:00 +00:00
  • 2495d1e781 Merge pull request #14 from jpsim/readme-proofread Kyle Fuller 2014-10-26 20:09:55 +00:00
  • 068b4ffe13 Minor README edits (typo's, grammar) JP Simard 2014-10-26 12:13:52 -07:00
  • 914d45827f [README] Add a note about Xcode 6.1 Kyle Fuller 2014-10-26 18:39:26 +00:00
  • 3a0e4ce17e Enable travis-ci Kyle Fuller 2014-10-26 18:34:46 +00:00
  • 8c4b31fd56 [podspec] Include a Podspec 0.1.0 Kyle Fuller 2014-10-26 18:27:23 +00:00
  • d5019e3de2 [README] Mention Mustache Kyle Fuller 2014-10-26 18:23:32 +00:00
  • b1cdd98673 [README] It's now possible to create your own tags Kyle Fuller 2014-10-26 18:21:35 +00:00
  • 67eca80d61 Provide simple API for tags Kyle Fuller 2014-10-26 18:16:27 +00:00
  • 771236953f [Result] Remove labels from enum Kyle Fuller 2014-10-26 17:59:03 +00:00
  • fb30915c6a [Node] Use Result enum Kyle Fuller 2014-10-26 17:43:20 +00:00
  • 51410d2ce9 [Template] Expose token parser Kyle Fuller 2014-10-26 17:29:57 +00:00
  • d8e9d46310 [TokenParser] Add method to register tag Kyle Fuller 2014-10-26 17:22:02 +00:00
  • d3b7e9ca0c Refactor render nodes to return a Result Kyle Fuller 2014-10-26 17:18:54 +00:00
  • 5a627999d5 Refactor more components to use enum Kyle Fuller 2014-10-26 17:04:04 +00:00
  • 0b1ce61647 Refactor token parser to return enum Kyle Fuller 2014-10-26 16:14:56 +00:00
  • 6fd3fec141 Remove copyright headers Kyle Fuller 2014-10-26 16:02:05 +00:00
  • 2c9bbe5229 Merge pull request #9 from kylef/opinionated_changes Kyle Fuller 2014-10-26 13:42:00 +00:00
  • d6a6696c20 [Readme] Update code example for enum API Marius Rackwitz 2014-10-26 13:37:41 +00:00
  • 25b86dea93 Use enum instead of pair as result type for Template Marius Rackwitz 2014-10-26 13:24:50 +00:00
  • 7b89c32295 Reduced code-duplication Marius Rackwitz 2014-10-26 13:13:06 +00:00
  • 1bd2b21a13 Make use of failable initializers Marius Rackwitz 2014-10-26 13:12:49 +00:00
  • 804bc658b2 Changes for Xcode 6.1 GM Marius Rackwitz 2014-10-26 13:12:30 +00:00
  • b35a30c9de [Node] Introduce formats to now node Kyle Fuller 2014-10-26 12:39:48 +00:00
  • 0d4615a7e5 [Node] Correctly handle errors Kyle Fuller 2014-10-26 12:21:39 +00:00
  • 925c663555 Allow node parsing to return an error Kyle Fuller 2014-10-26 12:11:40 +00:00
  • aad8a1884c Improve readme Kyle Fuller 2014-10-26 11:57:45 +00:00
  • 7b42eb6bec Implement if and ifnot tags Kyle Fuller 2014-10-26 11:36:55 +00:00
  • 758bf352c1 Support loading a template from disk Kyle Fuller 2014-10-25 15:45:57 +01:00
  • 455845d80c Include tests for README Kyle Fuller 2014-10-25 15:13:30 +01:00
  • 98771558ca [Variable] Match .count on arrays Kyle Fuller 2014-10-25 15:12:56 +01:00
  • 46350dbd49 [Node] Add a standard for node Kyle Fuller 2014-10-25 15:12:46 +01:00
  • d71e0ec012 [Lexer] Prevent the regex from being greedy Kyle Fuller 2014-10-25 15:12:20 +01:00
  • 57ae44d167 Fix a bug in lexer Kyle Fuller 2014-10-25 13:29:00 +01:00
  • da3b49d9ed Complete lexer implementation Kyle Fuller 2014-10-25 13:03:58 +01:00
  • 2a40595c93 [Template] Use keyed tuples in render Kyle Fuller 2014-10-24 14:27:17 +01:00
  • 652a4f9c88 Create lexer and template Kyle Fuller 2014-10-24 14:25:53 +01:00
  • bf67ea3e5f Build infrastructure for parsing block tokens Kyle Fuller 2014-10-24 14:02:57 +01:00
  • 576e952488 Include a basic readme Kyle Fuller 2014-10-23 18:26:18 +01:00
  • 5382a2b68f Add methods to render an array of nodes Kyle Fuller 2014-10-23 18:04:47 +01:00
  • 02a1af2f44 Add tokens and token parser Kyle Fuller 2014-10-23 17:18:31 +01:00
  • 5af59ecb15 Include node protocol along with text and variable nodes Kyle Fuller 2014-10-23 15:56:47 +01:00
  • e34084f3f0 Initial project with Context and Variable. Kyle Fuller 2014-10-23 14:59:57 +01:00
  • c415bfe84b Initial commit Kyle Fuller 2014-10-23 12:29:09 +01:00