Discover Packages
9fans.net/go
cmd
acme
internal
addr
package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: May 30, 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.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Advance(t, q0, nl, nr)
Eval(showerr, t, lim, ar, a, q0, q1, getc, evalp, qp)
Types
Source Files
Documentation
Documentation
¶
View Source
const (
None = '\x00'
Fore = '+'
Back = '-'
)
Advance starts at q0 and advances nl lines,
being careful not to walk past the end of the text,
and then nr chars, being careful not to walk past
the end of the current line.
It returns the final position.
func Eval(showerr bool , t runes .Text , lim runes .Range , ar runes .Range , a interface{}, q0 int , q1 int , getc func(interface{}, int ) rune , evalp *bool , qp *int ) runes .Range
Source Files
¶
Click to show internal directories.
Click to hide internal directories.