Catch

package
v0.0.0-...-1802cdc Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Artistic-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorExpression = compiler.Expression{
	Name: compiler.Translatable{
		compiler.English: "error",
	},

	OnScan: func(c *compiler.Compiler) compiler.Type {
		return c.Error()
	},
}
View Source
var Expression = compiler.Expression{
	Name: compiler.Translatable{
		compiler.English: "catch",
	},

	OnScan: func(c *compiler.Compiler) compiler.Type {
		c.Expecting("(")
		c.Expecting(")")
		return c.Catch()
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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