# Functions
No description provided by the author
Doc returns the documentation string for the given node.
No description provided by the author
No description provided by the author
FindChildOfType returns the first direct child of the give node, enclosing given position.
Inspect traverse the syntax tree in depth-first order.
IsNil returns true if the node is nil.
Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
Name returns the name of a Node.
No description provided by the author
NewScanner returns a new TTCN-3 scanner for src.
Parse parses the source code of a TTCN-3 module and returns the corresponding AST.
No description provided by the author
Tokenize given source code and return a root node with all the tokens.
Unquote interprets s as a quoted TTCN-3 string literal, returning the string value that s quotes.
WithFilename sets the filename of the source code.
WithNames sets the names map in which the parser will store the names of the parsed entities.
WithUses sets the uses map in which the parser will store the uses of the parsed entities.
# Constants
+.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
and.
and4b.
?.
The list of tokens.
:=.
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
The list of tokens.
'101?F'H.
No description provided by the author
No description provided by the author
The list of tokens.
No description provided by the author
The list of tokens.
The list of tokens.
No description provided by the author
:.
::.
,.
No description provided by the author
The list of tokens.
The list of tokens.
No description provided by the author
No description provided by the author
&.
The list of tokens.
No description provided by the author
The list of tokens.
The list of tokens.
No description provided by the author
The list of tokens.
--.
No description provided by the author
No description provided by the author
The list of tokens.
No description provided by the author
=>.
No description provided by the author
No description provided by the author
The list of tokens.
/.
The list of tokens.
.
No description provided by the author
...
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
No description provided by the author
The list of tokens.
==.
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
The list of tokens.
!.
No description provided by the author
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
123.45.
The list of tokens.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
No description provided by the author
The list of tokens.
>=.
The list of tokens.
The list of tokens.
No description provided by the author
>.
A set of constants for precedence-based expression parsing.
main.
No description provided by the author
The list of tokens.
The list of tokens.
No description provided by the author
ignore comments.
Special tokens.
The list of tokens.
No description provided by the author
The list of tokens.
++.
The list of tokens.
No description provided by the author
The list of tokens.
12345.
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
{.
[.
<=.
The list of tokens.
No description provided by the author
No description provided by the author
non-operators.
(.
<.
The list of tokens.
The list of tokens.
No description provided by the author
No description provided by the author
The list of tokens.
The list of tokens.
mod.
@fuzzy.
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
No description provided by the author
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
*.
The list of tokens.
!=.
The list of tokens.
No description provided by the author
The list of tokens.
not.
not4b.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
or.
or4b.
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
No description provided by the author
No description provided by the author
The list of tokens.
The list of tokens.
No description provided by the author
expect semicolons pedantically.
The list of tokens.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
..
}.
].
The list of tokens.
The list of tokens.
->.
No description provided by the author
No description provided by the author
The list of tokens.
No description provided by the author
rem.
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
No description provided by the author
<@.
No description provided by the author
@>.
).
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
No description provided by the author
;.
The list of tokens.
The list of tokens.
<<.
>>.
The list of tokens.
No description provided by the author
The list of tokens.
"abc".
No description provided by the author
No description provided by the author
-.
No description provided by the author
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
print a trace of parsed productions.
The list of tokens.
The list of tokens.
No description provided by the author
A set of constants for precedence-based expression parsing.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
No description provided by the author
No description provided by the author
The list of tokens.
The list of tokens.
The list of tokens.
No description provided by the author
The list of tokens.
No description provided by the author
No description provided by the author
xor.
xor4b.
# Structs
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
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
No description provided by the author
No description provided by the author
No description provided by the author
Error represents a syntax error.
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
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
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Position is a cursor position in a source file.
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
Scanner scans a TTCN-3 source.
No description provided by the author
No description provided by the author
No description provided by the author
Span is the text span in the source code.
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
No description provided by the author
No description provided by the author
# Interfaces
All declaration nodes implement the Decl interface.
All expression nodes implement the Expr interface.
All node types implement the Node interface.
All statement nodes implement the Stmt interface.
No description provided by the author
All nested types implement TypeSpec interface.
# Type aliases
Kind is the set of lexical tokens of the Go programming language.
A Mode value is a set of flags (or 0).
No description provided by the author