package
Version:
v0.0.0-...-d71810a
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: GPL-2.0
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
¶
Package lexer contains a simple lexer for reading an input-string
and converting it into a series of tokens.
Lexer is used as the lexer for our deployr "language".
New a Lexer instance from string input.
Dump outputs the complete stream of tokens from the lexer,
consuming all input as it does so.
NextToken to read next token, skipping the white space.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.