package
0.1.17
Repository: https://github.com/forrestjgq/gmeter.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
IsExported reports whether name starts with an upper-case letter.
IsIdentifier reports whether name is a Go identifier, that is, a non-empty string made up of letters, digits, and underscores, where the first character is not a digit.
IsKeyword reports whether name is a Go keyword, such as "func" or "return".
Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
No description provided by the author
Start a test, path is the configure json file path, which must be able to be unmarshal to config.Config.
No description provided by the author
Start a test, path is the configure json file path, which must be able to be unmarshal to config.Config.
No description provided by the author
No description provided by the author

# Constants

+.
+=.
No description provided by the author
$1, $2, ...
=.
No description provided by the author
No description provided by the author
$(@xxx).
No description provided by the author
--.
No description provided by the author
No description provided by the author
==.
No description provided by the author
123.45.
>=.
${xxx}.
>.
A set of constants for precedence-based expression parsing.
main.
No description provided by the author
No description provided by the author
++.
12345.
$<xxx>.
No description provided by the author
No description provided by the author
Global.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Local.
No description provided by the author
No description provided by the author
&&.
<=.
No description provided by the author
$(xxx).
No description provided by the author
||.
non-operators.
(.
<.
*.
*=.
!=.
!.
No description provided by the author
/.
/=.
%.
%=.
).
;.
'abc'.
-.
-=.
No description provided by the author
A set of constants for precedence-based expression parsing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
A Scanner holds the scanner's internal state while processing a given text.

# Type aliases

An ErrorHandler may be provided to Scanner.Init.
Token is the set of lexical tokens.