Start work on javascript grammar
This commit is contained in:
parent
fd226a6bfe
commit
671f1a1ddc
11 changed files with 1695 additions and 10 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
find src spec include -type f | xargs perl -pi -e 's/ +$//'
|
||||
find src spec include examples/grammars -type f | xargs perl -pi -e 's/ +$//'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue