Documentation
¶
Index ¶
- Constants
- func AppendSleb128(buf []byte, val int64) []byte
- func DecodeSleb128(b []byte) (s int64, n int)
- func ReadElement(text string) (string, string)
- func ReadString(text string) (string, string)
- func ReadToken(text string) (string, string)
- func SkipComment(text string) string
- func WriteString(w io.Writer, s string) error
- func WriteUvarint(w io.Writer, v uint64) error
- func WriteVarint(w io.Writer, v int64) error
Constants ¶
View Source
const Whitespace = " \t\r\n"
Variables ¶
This section is empty.
Functions ¶
func AppendSleb128 ¶
func DecodeSleb128 ¶
func ReadElement ¶
This reads an element enclosed with parenthesis. It also keeps track of speechmarks
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.