languages

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(name string) (lang tokenizer.Language, ok bool)

func List

func List() []string

Types

type Brainfuck

type Brainfuck struct {
	// contains filtered or unexported fields
}

func (*Brainfuck) Token

func (b *Brainfuck) Token(stream *tokenizer.Stream) tokenizer.Kind

type Golang

type Golang struct {
	// contains filtered or unexported fields
}

func (*Golang) Token

func (g *Golang) Token(stream *tokenizer.Stream) tokenizer.Kind

type LanguageList

type LanguageList map[string]func() tokenizer.Language

func GetAll

func GetAll() LanguageList

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL