mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 23:52:47 +08:00
18 lines
560 B
Go
18 lines
560 B
Go
// Code generated by gocc; DO NOT EDIT.
|
|
|
|
// This file is dual licensed under CC0 and The Gonum License.
|
|
//
|
|
// Copyright ©2017 The Gonum Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
//
|
|
// Copyright ©2017 Robin Eklind.
|
|
// This file is made available under a Creative Commons CC0 1.0
|
|
// Universal Public Domain Dedication.
|
|
|
|
package parser
|
|
|
|
// Parser-specific user-defined and entirely-optional context,
|
|
// accessible as '$Context' in SDT actions.
|
|
type Context interface{}
|