diff options
| author | Luke Kanies <luke@madstop.com> | 2005-04-13 15:24:36 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-04-13 15:24:36 +0000 |
| commit | 6ee8b4e7a9731f969347e317456e8d9712fe2641 (patch) | |
| tree | 0e2aa758bb523b4a2f1c752a625bd2d95462edf4 /lib/blink/parser/makefile | |
| parent | 5416017c05e44fc635ad14ffdf1ac1163a4cc6e5 (diff) | |
reorganizing
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@96 980ebf18-57e1-0310-9a29-db15c13687c0
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 |
