index
:
xlgmokha/jive.net.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parser.cs
blob: 29acc01d0a3b4308a757a3c9fafa376351d4f334 (
plain
)
1
2
3
4
5
6
7
namespace jive { public interface Parser<out T> { T parse(); } }