//
pkg.gl
Category
github.com/goplus/llcppg
token
package
0.0.0-20250207084749-e706232c9591
Repository:
https://github.com/goplus/llcppg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
29 SLOC
#
Constants
COMMENT
* * A comment.
IDENT
* * An identifier (that is not a keyword).
ILLEGAL
No description provided by the author
KEYWORD
* * A language keyword.
LITERAL
* * A numeric, string, or character literal.
PUNCT
* * A token that contains some kind of punctuation.
#
Type aliases
Token
No description provided by the author