slicec 0.3.2

The Slice parser and other core components for Slice compilers.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) ZeroC, Inc.

module Test

interface I {
    myOp()
}

struct A {}