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.
 
 
 
 
 
 
Benjamin Attal 64ef9b04f2 Remove unecessary imports 10 vuotta sitten
..
src/main/java/com/bitshift/parsing Remove unecessary imports 10 vuotta sitten
pom.xml Make Parser implement runnable so parsing tasks can be started in separate threads. Make Parser constructor accept a client socket, add reading and writing methods for the socket to JavaParser. Parse main method sets up a server for accepting parse jobs from the crawler, and starts threads for each parse task. 10 vuotta sitten