@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Context.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
/// A container for template variables.
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Lexer.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 24/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct Lexer {
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Node.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct NodeError : Error {
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Parser.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public func until(tags:[String])(parser:TokenParser, token:Token) -> Bool {
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Result.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Marius Rackwitz on 26/10/14.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public protocol Error : Printable {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
// See LICENSE for more details.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
@@ -15,5 +16,3 @@ FOUNDATION_EXPORT double StencilVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char StencilVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <Stencil/PublicHeader.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Template.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public class Template {
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Tokenizer.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public enum Token : Equatable {
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//
|
||||
// Variable.swift
|
||||
// Stencil
|
||||
//
|
||||
// Created by Kyle Fuller on 23/10/2014.
|
||||
// Copyright (c) 2014 Cocode. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct Variable : Equatable {
|
||||
|
||||
Reference in New Issue
Block a user