1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00

Stub in docs for Interpreter.

This commit is contained in:
Rob Rix 2015-10-15 10:45:32 -04:00
parent 6a955d5e88
commit 30e9ac9106

View File

@ -1 +1,2 @@
/// An interpreter of `Algorithm`s.
public struct Interpreter {}