Documentation
¶
Index ¶
- func CheckJumpLabelName(varName string) error
- func CheckParamName(varName string) error
- func IntToStrHex(num int, strLength int) (string, error)
- func IsOverflow(num uint, availableBits int) bool
- func IsValidName(varName string) bool
- func LineNormalization(line string) string
- func RemoveNewLine(line string) string
- func StrToPositiveInt(numStr string) (int, error)
- type MyBufferAsFile
- type MyFile
- type MyFileInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckJumpLabelName ¶
func CheckParamName ¶
func IsOverflow ¶
func IsValidName ¶
func LineNormalization ¶
func RemoveNewLine ¶
func StrToPositiveInt ¶
Types ¶
type MyBufferAsFile ¶
type MyBufferAsFile struct {
// contains filtered or unexported fields
}
MyBufferAsFile
func NewMyBufferAsFile ¶
func NewMyBufferAsFile(b io.Reader, n string) MyBufferAsFile
func (*MyBufferAsFile) Close ¶
func (m *MyBufferAsFile) Close() error
func (*MyBufferAsFile) Name ¶
func (m *MyBufferAsFile) Name() string
func (*MyBufferAsFile) Reader ¶
func (m *MyBufferAsFile) Reader() io.Reader
Click to show internal directories.
Click to hide internal directories.