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
228
Commits
2
Branches
16 MiB
Tree:
2d643b1069
develop
master
v1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2d643b1069'
${ noResults }
Commit Graph
4 Commits (2d643b106998ce9bdc449dfa1d32670538af9fdb)
Author
SHA1
Message
Date
Benjamin Attal
d127ac94ad
1) All unavailable line numbers and column numbers become -1.
2) Add correct dependency in pom.xml
10 years ago
Benjamin Attal
044a448602
Change the format of the symbols to fit with earwig's issue.
10 years ago
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 years ago
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 years ago