This website works better with JavaScript.
Home
Explore
Help
Sign In
grissess
/
sol
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add shebang to buildgrammar.sh
Corey Richardson
5 years ago
parent
3c1da53911
commit
3a43a9b120
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
buildgrammar.sh
+ 1
- 0
buildgrammar.sh
View File
@@ -1,2 +1,3 @@
1
+#!/bin/sh
1
2
bison -rall -fall -d parser.y
2
3
flex tokenizer.lex
Write
Preview
Loading…
Cancel
Save