1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/prototype/Doubt/Interpreter.swift

5 lines
88 B
Swift
Raw Normal View History

2015-10-15 17:45:32 +03:00
/// An interpreter of `Algorithm`s.
2015-10-15 17:58:57 +03:00
public struct Interpreter {
public func run() {}
}