goprep

module
v0.0.0-...-38ae0cb Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2012 License: MIT

README

A framework for constructing powerful lexical preprocessors for go, in go.

Quick overview of how it works: tokens (goprep.Token) are sent down a
'pipeline', which is a series of 'pipes'. Each pipe represents a link between
two goroutines. Each goroutine may drop, add, or modify tokens it receives
before passing them on to the next goroutine. Goroutines may also directly
write string output (to a `chan string'). Look at goforpp for an example.

Directories

Path Synopsis
This command adds a 'gofor' keyword to the go syntax.
This command adds a 'gofor' keyword to the go syntax.
This package provides a framework for creating powerful lexical preprocessors for go code.
This package provides a framework for creating powerful lexical preprocessors for go code.

Jump to

Keyboard shortcuts

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