Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from grundoon/documentation
Browse files Browse the repository at this point in the history
document TemplateExpression public var
  • Loading branch information
tanner0101 authored Sep 17, 2018
2 parents db35b1c + a58072e commit ce1d781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/TemplateKit/AST/TemplateExpression.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public enum TemplateExpression: CustomStringConvertible {
/// a || b
///
case or


/// Operator precedence order (used internally by `LeafParser` when extracting parameters).
public var order: Int {
switch self {
case .add: return 4
Expand Down

0 comments on commit ce1d781

Please sign in to comment.