OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [exp/] [ebnflint/] [doc.go] - Blame information for rev 747

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 747 jeremybenn
// Copyright 2009 The Go Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
 
5
/*
6
 
7
Ebnflint verifies that EBNF productions are consistent and grammatically correct.
8
It reads them from an HTML document such as the Go specification.
9
 
10
Grammar productions are grouped in boxes demarcated by the HTML elements
11
        
12
        
13
 
14
 
15
Usage:
16
        go tool ebnflint [--start production] [file]
17
 
18
The --start flag specifies the name of the start production for
19
the grammar; it defaults to "Start".
20
 
21
*/
22
package documentation

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.