We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd911a1 commit 0e7fd08Copy full SHA for 0e7fd08
1 file changed
README.md
@@ -35,20 +35,7 @@ This creates the file `peg.peg.go`:
35
```
36
37
38
-### Makefile example
39
-
40
-This example `Makefile` will convert any file ending with `.peg` into a `.go` file with the same name:
41
42
-```make
43
-.SUFFIXES: .peg .go
44
45
-.peg.go:
46
- peg -noast -switch -inline -strict -output $@ $<
47
48
-all: grammar.go
49
-```
50
51
-## PEG File syntax
+## PEG file syntax
52
53
See [peg-file-syntax.md](docs/peg-file-syntax.md)
54
@@ -69,12 +56,6 @@ Bootstrap and generate grammar *.peg.go. This commands should initially be execu
69
56
go generate
70
57
71
58
72
-#### Files
73
74
-* `bootstrap/main.go` - bootstrap syntax tree of peg
75
-* `tree/peg.go` - syntax tree and code generator
76
-* `peg.peg` - peg in its own language
77
78
59
79
60
### Build
80
61
0 commit comments