4 커밋 (306875dae76a94c657c689f7e6792153297b69fe)

작성자 SHA1 메시지 날짜
  Benjamin Attal 306875dae7 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 년 전
  Benjamin Attal 77e2b6f524 Fix errors in java parser, mostly casting issues. In Parse.java, set up a tcp server for communication with python processes. Builds with maven 10 년 전
  Benjamin Attal 669c30cac7 Mod: 10 년 전
  Benjamin Attal 63b09caa6c Changed directory structure of java parser. Decided on multiple parsers in different languages, refactored bitshift/parser to fit with that paradigm. 10 년 전