var_processor

package
v0.0.0-...-3b1464f Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Variable

type Variable struct {
	Ident string // Identifier
	Type  string // Type
	Ini   bool   // ¿Is the varible inicialized with a value?
}

func Var_argument_processor

func Var_argument_processor(tok Token, in chan Token, out chan string, sync chan interface{}, varLocalList []Variable) []Variable

Function that stores the arguments from functions declarations (public).

func Var_concat

func Var_concat(a, b []Variable) []Variable

Function that concatenates two slices of Variable type (public).

func Var_multi_processor

func Var_multi_processor(tok Token, in chan Token, out chan string, sync chan interface{}) []Variable

Function that stores the variables from multiple declarations (public).

func Var_simple_processor

func Var_simple_processor(tok Token, in chan Token, out chan string, sync chan interface{}) []Variable

Function that stores the variables from simple declarations (public).

Jump to

Keyboard shortcuts

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