package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Parser takes a Scanner and builds an abstract syntax tree.
Parse parses the .env file and returns an ast.Statement.
type Scanner interface {
NextToken() token.Token
}
Scanner converts a sequence of characters into a sequence of tokens.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.