diff options
Diffstat (limited to 'lib/blink/parser/makefile')
| -rw-r--r-- | lib/blink/parser/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/blink/parser/makefile b/lib/blink/parser/makefile new file mode 100644 index 000000000..eea119d56 --- /dev/null +++ b/lib/blink/parser/makefile @@ -0,0 +1,5 @@ +#parser.rb: grammar.ry +# ryacc --output parser grammar + +parser.rb: grammar.ra + racc -o$@ grammar.ra |
