This website works better with JavaScript.
Home
Help
Sign In
ben
/
bitshift
mirror of
https://github.com/earwig/bitshift
Watch
1
Star
1
Fork
0
Code
Releases
1
Activity
A semantic search engine for source code
https://bitshift.benkurtovic.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
343
Commits
2
Branches
4.1 MiB
Tree:
2155622329
develop
master
v1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2155622329'
${ noResults }
bitshift
/
parsers
/
ruby
/
Rakefile
Rakefile
102 B
Raw
Normal View
History
Update parser commands, change parsers to subprocesses rather than servers, implement ruby parser with subprocess.
10 years ago
Add Rakefile task for running ruby parse server.
10 years ago
Update parser commands, change parsers to subprocesses rather than servers, implement ruby parser with subprocess.
10 years ago
Add Rakefile task for running ruby parse server.
10 years ago
1
2
3
4
5
6
require 'pp'
require File.expand_path('../lib/parser.rb', __FILE__)
task :parse do |t|
parse
end