Skip to content
/ Roogle Public

Search Engine for Ruby methods by approximate type signature

License

Notifications You must be signed in to change notification settings

Azabuhs/Roogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roogle

Search Engine for Ruby methods by approximate type signature

How to use

  $ git clone https://github.com/Azabuhs/Roogle.git
  $ cd Roogle
  $ cabal sandbox init
  $ cabal install --only-dependencies
  $ cabal build
  $ ./dist/build/Roogle/roogle typesig.rb(or path to ruby program that is using Rubype to define type-signature)

Test

  $ git clone https://github.com/Azabuhs/Roogle.git
  $ cd Roogle
  $ cabal sandbox init
  $ cabal install --enable-tests
  $ cabal repl tests
  then call the main function defined in Tests/Test.hs in the REPL

About

Search Engine for Ruby methods by approximate type signature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published